rlms_fileinfo: Detect wave, sample and level from filename of rlms file

Description Usage Arguments Details Value Examples

Description

Detect wave, sample and level from filename of rlms file

Usage

1

Arguments

flist

the string vector of filenames with or without path

Details

RLMS filenames contain info about the number of wave, sample (representative or all) and level (household, individual and a special case of reproductive)

Value

data.frame containing short filename, wave, level and sample columns

Examples

1
2
3
4
rlms_fileinfo("r06hall23.sav")
# specify rlms folder first
# flist_long <- list.files("~/Documents/rlms_data/", recursive = TRUE, pattern = "*.sav")
# rlms_fileinfo(flist_long)

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