View source: R/syntax-attributes.R
| dictionary | R Documentation | 
Provides access to the dictionary element of a
tidy_sem object. This can be used to return or assign to the
dictionary element.
dictionary(x)
dictionary(x) <- value
| x | Object of class tidy_sem. | 
| value | A valid value for  | 
data.frame
dict <- tidy_sem(iris, split = "\\.")
dictionary(dict)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.