Keep Track of User-Defined Environment Names
Call the C function address() that retrieves the memory address of an ...
Check whether a string corresponds to the name of an environment
Check if an object exists in a given environment
Check if an object name contains a valid environment path
Clean up the list of environments matching a memory address in an envi...
Put together a root name with a member name
Crawl environments in search of user environments
Crawl an environment in search of user environments
De-standardize the name of an environment
Retrieve the name of an environment
Track user-defined environment names
Extract the last member in a string representing an object
Create a lookup table with address-name pairs of environments
Get the name of an environment when the address-name lookup table has ...
Find user environments inside another user environment
Return the name of a calling function with its context or path
Return the chain of calling functions
Return the execution environment of a function
Return the name of the current function or a calling function in the c...
Return the memory address of namespace environments in the search() li...
Return the names that can be used to load all the namespace environmen...
Return the memory address of an object
Get the object addresses given their object names
Return the name of an object at a given parent generation from an envi...
Return the value of the object at a given parent generation leading to...
Get the objects defined in a given package's namespace
Return the system and package environments in the search path
Look for user environments defined inside an environment
Look for user environments defined inside any of the system/package en...
Get the user environments defined recursively within the given user en...
Check whether an object contains a valid logical value
Check whether a string is a memory address
Check whether an object is NULL or NA.
Check whether an object is a string.
Find an object in the workspace including user-defined environments
Parse a string that represents a memory address
Resets the "warn" option to the value stored in the hidden variable .o...
Set the "warn" options to -1 to avoid warning messages. The hidden var...
Standardize the name of a named environment
Environment used in testing the package
Call unlist and preserve the names
Set of functions to keep track and find objects in user-defined environments by identifying environments by name --which cannot be retrieved with the built-in function environmentName(). The package also provides functionality to obtain simplified information about function calling chains and to get an object's memory address.