Learn R Programming

dataquieR (version 2.1.0)

util_render_table_dataquieR_summary: Render a table summarizing dataquieR results

Description

Render a table summarizing dataquieR results

Usage

util_render_table_dataquieR_summary(
  x,
  grouped_by = c("call_names", "indicator_metric")
)

Value

something, htmltools can render

Arguments

x

a report summary (summary(r))

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