View source: R/run_mortality_monitoring_dashboard.R
run_mortality_monitoring_dashboard | R Documentation |
Runs a local shiny dashboard to explore data quality for Mortality outcome indicators
run_mortality_monitoring_dashboard(
df,
grouping_var = NULL,
filter_var1 = NULL,
filter_var2 = NULL
)
df |
A dataframe with Mortality data that has been formatted by healthry::format_nut_health_indicators function. |
grouping_var |
A character value naming the column to group the results by. |
filter_var1 |
A character value naming the first column to filter the data by. |
filter_var2 |
A character value naming an additional column to filter the data by. |
Opens a shiny dashboard.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.