View source: R/summary.dataquieR_resultset2.R
summary.dataquieR_resultset2 | R Documentation |
Generate a report summary table
## S3 method for class 'dataquieR_resultset2'
summary(
object,
aspect = c("applicability", "error", "anamat", "indicator_or_descriptor"),
FUN,
collapse = "\n<br />\n",
...
)
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 |
... |
not used |
a summary of a dataquieR
report
## Not run:
util_html_table(summary(report),
filter = "top", options = list(scrollCollapse = TRUE, scrollY = "75vh"),
is_matrix_table = TRUE, rotate_headers = TRUE, output_format = "HTML"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.