View source: R/searchObjectForValue.R
deparseStructure | R Documentation |
Deparse the whole structure of an R object
deparseStructure(obj, terminator = isFinalLayer)
obj |
['R object'] R object which is deparsed. |
terminator |
['function'] Function to check if a final layer is reached (default 'terminator = isFinalLayer'). |
obj = lm(Petal.Length ~ ., data = iris) strcts = deparseStructure(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.