View source: R/run_fsl_monitoring_dashboard.R
run_fsl_monitoring_dashboard | R Documentation |
Runs a local shiny dashboard to explore data quality for FSL outcome indicators
run_fsl_monitoring_dashboard(
df,
grouping_var = NULL,
filter_var1 = NULL,
filter_var2 = NULL
)
df |
A dataframe with FSL 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.