R/names-data.R

Defines functions ps_names_data

Documented in ps_names_data

#' Names Data Frames
#'
#' Gets names of the data frames in by default the calling environment.
#'
#' @param envir The environment to get the names of the data frames for.
#' @return A character vector of the names of the data frames.
ps_names_data <- function(envir = parent.frame()) {
  .Deprecated("ps_names_datas", package = "poisdata")
  poisdata::ps_names_datas(envir = parent.frame())
}
poissonconsulting/poissqlite documentation built on Sept. 17, 2021, 12:34 a.m.