object_list | R Documentation |
Classed lists are used to pretty-print a list that is stored in a data frame.
object_list(x)
## S3 method for class 'object_list'
format(x, ...)
## S3 method for class 'object_list'
print(x, ...)
## S3 method for class 'object_list'
x[i, j, ..., drop = TRUE]
x |
a list |
object_list(list(lm(speed ~ dist, data=cars)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.