create_audit_report | R Documentation |
Create a tab menu for HTML report
create_audit_report(
crash_test = TRUE,
output_validation = TRUE,
coverage = TRUE,
load_testing = TRUE,
profile_code = TRUE,
check_reactivity = TRUE,
flow = TRUE,
...
)
crash_test |
Whether to enable crash test of Shiny app. Default to TRUE. |
output_validation |
Whether to compare output snapshots for plots and htmlwidgets. Default to TRUE. |
coverage |
Whether to perform coverage report. Default to TRUE. |
load_testing |
Whether to perform load test. Default to TRUE. |
profile_code |
Whether to profile R code. Default to TRUE. |
check_reactivity |
Whether to check reactivity log. Default to TRUE. |
flow |
Whether to display project overview. Default to TRUE. |
... |
To pass extra parameters to edit_html_report. |
A tab menu used to navigate through create_tab_content elements.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.