dictionary: Extract dictionary from tidy_sem

View source: R/syntax-attributes.R

dictionaryR Documentation

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

Arguments

x

Object of class tidy_sem.

value

A valid value for dictionary(x).

Value

data.frame

Examples

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

tidySEM documentation built on Oct. 25, 2023, 1:06 a.m.