This function renders a country level TB report.
render_country_report(country = "United Kingdom", format = "html_document", interactive = FALSE, save_dir = NULL, filename = NULL)
country | Character string, defaults to |
---|---|
format | Character string, defaults to |
interactive | Logical, defaults to |
save_dir | Character string, defaults to |
filename | Character string defaults |
Renders a country level TB report
## Only run the example if in an interative session if (FALSE) { ## Run the TB dashboard render_country_report() }