| list_environments {mark} | R Documentation |
List all environments and objects
Description
Functions to list out all environments and objects
Usage
environments()
ls_all(all.names = FALSE)
objects_all(all.names = FALSE)
Arguments
all.names |
a logical value. If |
Details
environments() is basically a printing wrapper for base::search()
ls_all() and objects_all() can be used retrieved all objects from all
environments in the search() path, which may print out a large result
into the console.
Value
-
environments(): Invisibly, acharactervector of environment names
-
ls_all(),objects_all(): A named list for each of the environments thesearch()path with all the objects found in that environment
[Package mark version 0.8.0 Index]