Rdocumentation
powered by
Learn R Programming
plyr (version 1.5.2)
empty: Check if a data frame is empty.
Description
Check if a data frame is empty. Empty if it's null or it has 0 rows or columns
Usage
empty(df)
Arguments
df
data frame to check