Learn R Programming

sjPlot (version 1.7)

read_sas: Import SAS dataset as data frame into R

Description

Imports data from SAS (.sas7bdat), including NA's, value and variable labels.

Usage

read_sas(path, path.cat = NULL)

Arguments

Value

A data frame containing the SAS data. Retrieve value labels with get_val_labels and variable labels with get_var_labels.

See Also