Skip to contents

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.

Usage

ls_all()

Value

a character vector with the name of all objects available.

Note

Copied from https://github.com/jbryer/ShinyDemo, R/ls_all.R