Learn R Programming

tidySEM (version 0.2.8)

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

Value

data.frame

Arguments

x

Object of class tidy_sem.

value

A valid value for get_data(x).

Examples

Run this code
dict <- tidy_sem(iris, split = "\\.")
get_data(dict)

Run the code above in your browser using DataLab