Create an HTML file for the dq_report2
util_create_page_file(
page_nr,
pages,
rendered_pages,
dir,
template_file,
report,
logo,
loading,
packageName,
deps,
progress_msg,
progress
)
invisible(file_name)
the number of the page being created
list with all page-contents named by their desired file names
list with all rendered (htmltools::renderTags
) page-contents named by their desired file names
target directory
the report template file to use
the output of dq_report2
logo PNG
file
loading animation div
the name of the current package
dependencies, as pre-processed by
htmltools::copyDependencyToDir
and
htmltools::renderDependencies
closure to call with progress information
closure to call with progress information