View source: R/util_render_table_dataquieR_summary.R
util_render_table_dataquieR_summary | R Documentation |
Render a table summarizing dataquieR results
util_render_table_dataquieR_summary(
x,
grouped_by = c("call_names", "indicator_metric")
)
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 |
something, htmltools
can render
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.