dataCompareR (version 0.1.2)

checkEmpty: checkEmpty

Description

Checks if a df is actually a single NA, or has no columns

Usage

checkEmpty(df)

Arguments

df

a data frame

Value

None. Stops if empty.

Examples

Run this code
# NOT RUN {
checkEmpty(iris)
# }

Run the code above in your browser using DataLab