print.envlist: Print an 'envlist'

View source: R/parenv.r

print.envlistR Documentation

Print an envlist

Description

Print an envlist

Usage

## S3 method for class 'envlist'
print(x, name = TRUE, path = FALSE, ...)

Arguments

x

An envlist object to print.

name

If TRUE (the default), print the name attribute of each environment.

path

If TRUE, print the path attribute of each environment.

...

Other arguments to be passed to print.


hadley/pryr documentation built on Jan. 5, 2024, 10:38 a.m.