Learn R Programming

dataquieR (version 2.1.0)

summary.dataquieR_resultset2: Generate a report summary table

Description

Generate a report summary table

Usage

# S3 method for dataquieR_resultset2
summary(
  object,
  aspect = c("applicability", "error", "anamat", "indicator_or_descriptor"),
  FUN,
  collapse = "\n
\n", ... )

Value

a summary of a dataquieR report

Arguments

object

a square result set

aspect

an aspect/problem category of results

FUN

function to apply to the cells of the result table

collapse

passed to FUN

...

not used

Examples

Run this code
if (FALSE) {
  util_html_table(summary(report),
       filter = "top", options = list(scrollCollapse = TRUE, scrollY = "75vh"),
       is_matrix_table = TRUE, rotate_headers = TRUE, output_format = "HTML"
  )
}

Run the code above in your browser using DataLab