rw_prep_achv: Create a table for graphing achievement

Description Usage Arguments Examples

Description

Create a table for graphing achievement

Usage

1
rw_prep_achv(df, ..., ind = NULL, agency = NULL)

Arguments

df

dataframe to

...

grouping variable, eg indicator

ind

can specify if you want to look at a disagg of one indicator, default = NULL

agency

can specify agency to filter to, eg "USAID" or "CDC", default = NULL

Examples

1
2
3
4
5
6
7
8
## Not run: 
#compare achievement across indicators
  df_compiled <- rw_compile("~/Data/MERdata.rds", "Tanzania", "~/Data/")
  rw_prep_achv(df_compiled, indicator)
#compare achievement across HTS modalitites
  rw_prep_achv(df_compiled, modality, ind = "HTS_TST")

## End(Not run) 

USAID-OHA-SI/RearWindow documentation built on May 31, 2019, 5:19 p.m.