View source: R/read_basic_sas_nocat.R
read_basic_sas_nocat | R Documentation |
(Internal) Takes care of basic SAS file reading when the bcat file creates an issue
read_basic_sas_nocat(x, wd, rawfiles, imps = NULL, omits = NULL)
x |
The cleaned name of the data table (SAS7BDAT). |
wd |
The working directory for these files |
rawfiles |
The data frame connecting raw filenames to cleaned ones. |
imps |
A named list to be passed to use_imp(). Each item's name represents the non-imputed variable name; the item itself represents the related imputed variable. |
omits |
Character vector of columns to omit |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.