Description Usage Arguments Details Value Examples
Detect wave, sample and level from filename of rlms file
1 | rlms_fileinfo(flist)
|
flist |
the string vector of filenames with or without path |
RLMS filenames contain info about the number of wave, sample (representative or all) and level (household, individual and a special case of reproductive)
data.frame containing short filename, wave, level and sample columns
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.