get_data: Extract data from tidy_sem

View source: R/syntax-attributes.R

get_dataR 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 get_data(x).

Value

data.frame

Examples

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

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