Learn R Programming

envnames (version 0.4.2)

get_user_environment_names_in_env: 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)

Value

an array containing the names of the user environments found in the envir environment or NULL if envir is not an environment.

Arguments

envir

environment where the search should be carried out.