gather_lists.Rd
Gather lists in global environment
gather_lists()
character vector of lists in local environment
list
# my_list <- list('mtcars' = datasets::mtcars, # 'attitude' = datasets::attitude, # 'titanic' = datasets::Titanic) # gather_lists()