R/names-datas.R
ps_names_datas.Rd
Gets names of the data frames in by default the calling environment.
ps_names_datas(envir = parent.frame())
The environment to get the names of the data frames for.
A character vector of the names of the data frames.
ps_names_datas() #> character(0)