create_report_steps | R Documentation |
Useful for create_audit_report.
create_report_steps(
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. |
A list composed of dynamic and static steps.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.