object_list: Create a classed list

View source: R/utils.R

object_listR 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)))


accumulate documentation built on April 4, 2025, 2:13 a.m.