Skip to contents

Gather lists in global environment

Usage

gather_lists()

Value

character vector of lists in local environment

Examples

# my_list <- list('mtcars' = datasets::mtcars,
#                 'attitude' = datasets::attitude,
#                 'titanic' = datasets::Titanic)
# gather_lists()