print.dataquieR_summary {dataquieR} | R Documentation |
Print a dataquieR
summary
Description
Print a dataquieR
summary
Usage
## S3 method for class 'dataquieR_summary'
print(
x,
...,
grouped_by = c("call_names", "indicator_metric"),
dont_print = FALSE
)
Arguments
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 |
Value
invisible html object
[Package dataquieR version 2.1.0 Index]