Split data based on alternative welfare
pd_split_alt_welfare.Rd
Split data into two dataframes when there is alternative welfare in the same survey
Arguments
- df
data frame with group data, loaded with
pipload::pip_load_dlw()
- cpfw
data frame with Price framework data for country/survey in
df
. It is loaded withget_country_pfw(df, pfw)
.pfw
is loaded inpipload::pip_load_aux("pfw")
Examples
md <- pipload::pip_load_dlw(country = "PHL", 2012)
#> ! root_dir is not defined. Directory paths will lack network-drive root
#> directory
#> Error: [ENOENT] Failed to search directory '/pip_ingestion_pipeline/pc_data/cache/clean_survey_data': no such file or directory
pfw <- pipload::pip_load_aux("pfw")
#> ! root_dir is not defined. Directory paths will lack network-drive root
#> directory
#> Error: [ENOENT] Failed to search directory '/pip_ingestion_pipeline/pc_data/cache/clean_survey_data': no such file or directory
cpfw <- get_country_pfw(md, pfw)
#> Error in uniqueN(pfw, by = keyVar): object 'pfw' not found
pd_split_alt_welfare(md, cpfw)
#> Error in pd_split_alt_welfare(md, cpfw): object 'cpfw' not found