R/process_svy_data_to_cache.R
process_svy_data_to_cache.Rd
Process survey data to cache file
process_svy_data_to_cache(
survey_id,
cache_id,
pip_data_dir,
cache_svy_dir,
compress = 100,
cols = NULL,
cpi_table,
ppp_table,
pfw_table,
pop_table
)
character: Original Survey ID
character: cache id vector
character: Input folder for the raw survey data.
character: Output directory
numeric: Compression level used in fst::write_fst()
.
character: vector of variables to keep. Default is NULL.
data.table: A table with CPI data.
data.table: A table with PPP data.
data.table: A table with the price framework file.
data.table: A table with population data.
data frame with status of process