ls_all: List All Objects

View source: R/ls_all.R

ls_allR Documentation

List All Objects

Description

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.


jbryer/ShinyDemo documentation built on March 26, 2022, 6:18 p.m.