Learn R Programming

dataquieR (version 2.1.0)

print.dataquieR_summary: Print a dataquieR summary

Description

Print a dataquieR summary

Usage

# S3 method for dataquieR_summary
print(
  x,
  ...,
  grouped_by = c("call_names", "indicator_metric"),
  dont_print = FALSE
)

Value

invisible html object

Arguments

x

the dataquieR summary, see summary() and dq_report2()

...

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 x