print.envlist: Print an envlist
Description
Print an envlist
Usage
# S3 method for 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
.