Gather objects in global environment
Usage
gather_objects(type = "all")
Value
all objects in local environment
Examples
require(R6)
#> Loading required package: R6
# my_list <- list('mtcars' = datasets::mtcars,
# 'attitude' = datasets::attitude,
# 'titanic' = datasets::Titanic)
# mtcars <- datasets::mtcars
# class_generator <- R6Class()
# object <- class_generator$new()
# gather_objects(type = "all")