View source: R/prep_extract_summary.dataquieR_resultset2.R
| prep_extract_summary.dataquieR_resultset2 | R Documentation |
Extract report summary from reports
## S3 method for class 'dataquieR_resultset2'
prep_extract_summary(r, ...)
r |
dq_report2 a dq_report2 report |
... |
not used |
list with two slots Data and Table with data.frames
featuring all metrics columns
from the report r, the STUDY_SEGMENT and the VAR_NAMES.
In case of Data, the columns are formatted nicely but still
with the standardized column names – use
util_translate_indicator_metrics() to rename them nicely. In
case of Table, just as they are.
prep_combine_report_summaries()
Other summary_functions:
prep_combine_report_summaries(),
prep_extract_classes_by_functions(),
prep_extract_summary(),
prep_extract_summary.dataquieR_result(),
prep_render_pie_chart_from_summaryclasses_ggplot2(),
prep_render_pie_chart_from_summaryclasses_plotly(),
prep_summary_to_classes(),
util_as_cat(),
util_extract_indicator_metrics(),
util_get_category_for_result(),
util_get_colors(),
util_get_html_cell_for_result(),
util_get_labels_grading_class(),
util_get_message_for_result(),
util_get_rule_sets(),
util_get_ruleset_formats(),
util_get_thresholds(),
util_html_table(),
util_melt_summary(),
util_sort_by_order()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.