checkEmpty {dataCompareR} | R Documentation |
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
## Not run: checkEmpty(iris)
[Package dataCompareR version 0.1.4 Index]