get_user_environment_names_in_env {envnames} | R Documentation |
Look for user environments defined inside an environment
get_user_environment_names_in_env(envir)
envir |
environment where the search should be carried out. |
an array containing the names of the user environments found
in the envir
environment or NULL if envir
is not an environment.