Check for the Existence of a Data Frame
A utility function to determine if a data frame is attached, or exists in the working directory. If the data frame exists the names of the variables are displayed together with the data frame dimensions.
df.test(dfname)
dfname |
name of a data frame. |
Based on a function shared on S-News.
Unkown
## Make test data available data(kola.o) ## Check that the data frame kola.o is available df.test(kola.o)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.