rlms_load: Load RLMS data of specified wave/level/sample

Description Usage Arguments Details Value Examples

Description

Load RLMS data of specified wave/level/sample

Usage

1
2
rlms_load(rlms_folder = getwd(), wave, level = c("individual", "household",
  "reproductive"), sample = c("all", "representative"), ...)

Arguments

rlms_folder

path to rlms data

wave

the number of wave

level

the level (individual/household/reproductive)

sample

the sample (all/representative)

...

arguments passed to rlms_read

Details

Load RLMS data of specified wave/level/sample. This function automatically determines the file name. The function tries to load .Rds file. If .Rds file is missing then .sav file is loaded.

Value

data.frame with RLMS data

Examples

1
# rlms_load("~/Documents/rlms_data/", wave = 20, level = "individual", sample = "rep" )

bdemeshev/rlms documentation built on May 12, 2019, 3:41 a.m.