Last data update: 2014.03.03

R: Print an 'envlist'
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.

Results