util_render_table_dataquieR_summary: Render a table summarizing dataquieR results

View source: R/util_render_table_dataquieR_summary.R

util_render_table_dataquieR_summaryR Documentation

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")
)

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

Value

something, htmltools can render


dataquieR documentation built on May 29, 2024, 7:18 a.m.