View source: R/print.dataquieR_summary.R
print.dataquieR_summary | R Documentation |
dataquieR
summaryPrint a dataquieR
summary
## S3 method for class 'dataquieR_summary'
print(
x,
...,
grouped_by = c("call_names", "indicator_metric"),
dont_print = FALSE
)
x |
the |
... |
not yet used |
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 |
dont_print |
suppress the actual printing, just return a printable
object derived from |
invisible html object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.