View source: R/util_create_page_file.R
util_create_page_file | R Documentation |
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,
title,
by_report
)
page_nr |
the number of the page being created |
pages |
list with all page-contents named by their desired file names |
rendered_pages |
list with all rendered ( |
dir |
target directory |
template_file |
the report template file to use |
report |
the output of dq_report2 |
logo |
logo |
loading |
loading animation div |
packageName |
the name of the current package |
deps |
dependencies, as pre-processed by
|
progress_msg |
closure to call with progress information |
progress |
closure to call with progress information |
title |
character the web browser's window name |
by_report |
logical this report html is part of a set of reports, add a back-link |
invisible(file_name)
Other reporting_functions:
util_alias2caption()
,
util_copy_all_deps()
,
util_eval_to_dataquieR_result()
,
util_evaluate_calls()
,
util_float_index_menu()
,
util_generate_anchor_link()
,
util_generate_anchor_tag()
,
util_generate_calls()
,
util_generate_calls_for_function()
,
util_load_manual()
,
util_make_data_slot_from_table_slot()
,
util_make_function()
,
util_order_by_order()
,
util_set_size()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.