Learn R Programming

tidySEM (version 0.1.9)

get_data: Extract data from tidy_sem

Description

Provides access to the data element of a tidy_sem object. This can be used to return or assign to the data element.

Usage

get_data(x)

get_data(x) <- value

Arguments

x

Object of class tidy_sem.

value

A valid value for get_data(x).

Value

data.frame

Examples

Run this code
# NOT RUN {
dict <- tidy_sem(iris, split = "\\.")
get_data(dict)
# }

Run the code above in your browser using DataLab