getDataFramesInEnv {iSPlot} | R Documentation |
getDataFramesInEnv returns the names of all data objects that are of class data.frame in the environment, env.
getDataFramesInEnv(env = ".GlobalEnv")
env |
env is a character string that represents an environment |
returns a sorted vector of character strings that represent the names of all data objects of class data.frame in the environment, env
Elizabeth Whalen
data(USArrests) x<-getDataFramesInEnv()