Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

df.test

Check for the Existence of a Data Frame


Description

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.

Usage

df.test(dfname)

Arguments

dfname

name of a data frame.

Details

Based on a function shared on S-News.

Author(s)

Unkown

See Also

Examples

## Make test data available
data(kola.o)

## Check that the data frame kola.o is available
df.test(kola.o)

rgr

Applied Geochemistry EDA

v1.1.15
GPL-2
Authors
Robert G. Garrett
Initial release
2018-03-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.