as.list.listenv: List representation of a list environment
Description
List representation of a list environment
Usage
# S3 method for listenv
as.list(x, all.names = TRUE, sorted = FALSE, ...)
Arguments
all.names
If TRUE
, variable names starting with a period are
included, otherwise not.
sorted
If TRUE
, elements are ordered by their names before being
compared, otherwise not.