run_iycf_monitoring_dashboard: Run IYCF Monitoring Dashboard

View source: R/run_iycf_monitoring_dashboard.R

run_iycf_monitoring_dashboardR Documentation

Run IYCF Monitoring Dashboard

Description

Runs a local shiny dashboard to explore data quality for IYCF outcome indicators

Usage

run_iycf_monitoring_dashboard(
  df,
  grouping_var = NULL,
  filter_var1 = NULL,
  filter_var2 = NULL
)

Arguments

df

A dataframe with IYCF 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.

Value

Opens a shiny dashboard.


SaeedR1987/healthyr documentation built on July 4, 2023, 11:17 p.m.