Learn R Programming

dataquieR (version 2.0.1)

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", "issue", "anamat", "indicator_or_descriptor"),
  FUN = util_get_html_cell_for_result,
  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, aspect = "error", FUN = util_get_html_cell_for_result),
       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