get_user_environment_names_in_env {envnames} | R Documentation |
Look for user environments defined inside an environment
Description
Look for user environments defined inside an environment
Usage
get_user_environment_names_in_env(envir)
Arguments
envir |
environment where the search should be carried out. |
Value
an array containing the names of the user environments found
in the envir
environment or NULL if envir
is not an environment.
[Package envnames version 0.4.1 Index]