This function returns a character vector of all objects available. Unlike
[ls()] this function will loop through all environments from the current
environment to .GlobalEnv
. This will also verify that the object
is indeed available from the current environment using the [exists()]
function call.