View source: R/util_generate_pages_from_report.R
util_generate_pages_from_report | R Documentation |
Convert a dataquieR report v2 to a named list of web pages
util_generate_pages_from_report(
report,
template,
disable_plotly,
progress = progress,
progress_msg = progress_msg,
block_load_factor,
dir
)
report |
dataquieR report v2. |
template |
character template to use, only the name, not the path |
disable_plotly |
logical do not use |
progress |
|
progress_msg |
|
block_load_factor |
numeric multiply size of parallel compute blocks by this factor. |
dir |
character output directory for potential |
named list, each entry becomes a file with the name of the entry.
the contents are HTML
objects as used by htmltools
.
Other html:
util_extract_all_ids()
## Not run:
devtools::load_all()
prep_load_workbook_like_file("meta_data_v2")
report <- dq_report2("study_data", dimensions = NULL, label_col = "LABEL");
save(report, file = "report_v2.RData")
report <- dq_report2("study_data", label_col = "LABEL");
save(report, file = "report_v2_short.RData")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.