Learn R Programming

envnames (version 0.4.1)

get_user_environment_names_in_search_path: Look for user environments defined inside any of the system/package environments of the search path

Description

Look for user environments defined inside any of the system/package environments of the search path

Usage

get_user_environment_names_in_search_path()

Arguments

Value

an array containing the names of the user environments found inside any of the system/package environments in the search path (retrieved by search()). The names attribute of the array is the system/package environment where the environment is found. NULL is returned if the process fails or no environments are found.