Render a table summarizing dataquieR results
util_render_table_dataquieR_summary(
x,
grouped_by = c("call_names", "indicator_metric")
)
something, htmltools
can render
a report summary (summary(r)
)
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