syntax: Extract syntax from tidy_sem

View source: R/syntax-attributes.R

syntaxR Documentation

Extract syntax from tidy_sem

Description

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

Usage

syntax(x)

syntax(x) <- value

Arguments

x

Object of class tidy_sem.

value

A valid value for syntax(x).

Value

data.frame

Examples

dict <- tidy_sem(iris, split = "\\.")
dict <- add_paths(dict, Sepal.Width ~~ Sepal.Length)
syntax(dict)

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