Learn R Programming

tidySEM (version 0.2.8)

dictionary: Extract dictionary from tidy_sem

Description

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

Usage

dictionary(x)

dictionary(x) <- value

Value

data.frame

Arguments

x

Object of class tidy_sem.

value

A valid value for dictionary(x).

Examples

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

Run the code above in your browser using DataLab