MicrodataLoad: Query Data ILOSTAT

Description Usage Arguments Details Author(s) See Also Examples

Description

load microdata in various formats .dbf, .dta (13 and before),

Usage

1
MicrodataLoad(path, resume = FALSE)

Arguments

path,

path and filenames of the original microdataset.

resume,

if true, return list of colnames and label ($Label), colnames and vector class ($Class), colnames and summary for numeric and table for other ($Summary), instead of the full dataset.

Details

Helper function to efficiently load microdataset.

Author(s)

ILO bescond

See Also

MicroFrameWork MicroProcessTime

Examples

1
MicrodataLoad("H:\\COMMON\\A0 Short term indicators\\Collection\\COU_ZAF_TEST\\Input\\qlfs-2009-03.dta", TRUE) %>% filter(!value %in% c('UQNO', 'Weight')) %>% unnest %>% ilo::save_ilo(. = 'my_summary')

dbescond/Artemis documentation built on May 15, 2019, 1:21 a.m.