rlms_legacy_read: Read rlms data, old legacy code

Description Usage Arguments Details Value Examples

Description

Read rlms data and all meta information, old legacy code

Usage

1
2
rlms_legacy_read(file, suppress = TRUE, nine2na = TRUE, yesno = TRUE,
  apostrophe = TRUE, remove_empty = TRUE, colnames_tolower = TRUE)

Arguments

file

the filename

suppress

logical, if true the default message is suppressed

nine2na

automatically convert 99999999 to NA for numeric variables

yesno

convert yes/no answers to lowercase yes/no without apostrophes

apostrophe

trim apostrophes, TRUE by default

remove_empty

remove empty labels, TRUE by default

colnames_tolower

a logical value, indicating whether variable names should be converted to lowercase. TRUE by default.

Details

Read rlms data and all the meta information. Destroy useless attributes, old legacy code

Value

dataframe

Examples

1
# rlms_legacy_read("r21i_os24a.sav")

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