object_list {accumulate}R Documentation

Create a classed list

Description

Classed lists are used to pretty-print a list that is stored in a data frame.

Usage

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]

Arguments

x

a list

Examples

object_list(list(lm(speed ~ dist, data=cars)))


[Package accumulate version 1.0.0 Index]