get_user_environment_names_in_search_path {envnames}R Documentation

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()

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.


[Package envnames version 0.4.0 Index]