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")
)
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 c("call_names", "indicator_metric"). The last combination is the default |
Value
something, htmltools
can render
[Package dataquieR version 2.1.0 Index]