R/prep_list_dataframes.R

Defines functions prep_list_dataframes

Documented in prep_list_dataframes

#' List Loaded Data Frames
#'
#' @return names of all loaded data frames
#' @family data-frame-cache
#' @export
prep_list_dataframes <- function() {
  ls(.dataframe_environment)
}

Try the dataquieR package in your browser

Any scripts or data that you put into this service are public.

dataquieR documentation built on July 26, 2023, 6:10 p.m.