read_basic_sas_nocat {rfars}R Documentation

(Internal) Takes care of basic SAS file reading when the bcat file creates an issue

Description

(Internal) Takes care of basic SAS file reading when the bcat file creates an issue

Usage

read_basic_sas_nocat(x, wd, rawfiles, imps = NULL, omits = NULL)

Arguments

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


[Package rfars version 1.2.0 Index]