Learn R Programming

sjPlot (version 1.7)

read_stata: Import STATA dataset as data frame into R

Description

Imports data from STATA dta-files, including NA's, value and variable labels.

Usage

read_stata(path)

Arguments

Value

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

See Also