powered by
Provides access to the syntax element of a tidy_sem object. This can be used to return or assign to the syntax element.
syntax
tidy_sem
syntax(x)syntax(x) <- value
syntax(x) <- value
Object of class tidy_sem.
A valid value for syntax(x).
syntax(x)
data.frame
# NOT RUN { dict <- tidy_sem(iris, split = "\\.") dict <- add_paths(dict, Sepal.Width ~~ Sepal.Length) syntax(dict) # }
Run the code above in your browser using DataLab