run_mortality_monitoring_dashboard: Run Mortality Monitoring Dashboard

View source: R/run_mortality_monitoring_dashboard.R

run_mortality_monitoring_dashboardR Documentation

Run Mortality Monitoring Dashboard

Description

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

Usage

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

Arguments

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.

Value

Opens a shiny dashboard.


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