View source: R/searchObjectForValue.R
flattenObject | R Documentation |
Flatten R object
flattenObject(obj, patience = 10L)
obj |
['R object'] R object which should be flatten. |
patience |
['integer(1L)'] How many iterations needs the length of the old and new flatten object to be equal to stop the algorithm? |
['list'] containing the flatten object.
obj = lm(Petal.Length ~ ., data = iris) obj_flatten = flattenObject(obj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.