dictionary {tidySEM} | R Documentation |
Provides access to the dictionary
element of a
tidy_sem
object. This can be used to return or assign to the
dictionary
element.
dictionary(x) dictionary(x) <- value
x |
Object of class tidy_sem. |
value |
A valid value for |
data.frame
dict <- tidy_sem(iris, split = "\\.") dictionary(dict)