util_render_table_dataquieR_summary {dataquieR} | R Documentation |
Render a table summarizing dataquieR results
Description
Render a table summarizing dataquieR results
Usage
util_render_table_dataquieR_summary(
x,
grouped_by = c("call_names", "indicator_metric"),
folder_of_report = NULL,
var_uniquenames = NULL
)
Arguments
x |
a report summary ( |
grouped_by |
define the columns of the resulting matrix. It can be either
"call_names", one column per function, or "indicator_metric",
one column per indicator or both
|
folder_of_report |
a named vector with the location of variable and call_names |
var_uniquenames |
a data frame with the original variable names and the unique names in case of reports created with dq_report_by containing the same variable in several reports (e.g., creation of reports by sex) |
Value
something, htmltools
can render
[Package dataquieR version 2.5.1 Index]