get_data {tidySEM} | R Documentation |
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 |
Value
data.frame
Examples
dict <- tidy_sem(iris, split = "\\.")
get_data(dict)
[Package tidySEM version 0.2.7 Index]