empty: Check if a data frame is empty.

View source: R/utils.r

emptyR Documentation

Check if a data frame is empty.

Description

Empty if it's null or it has 0 rows or columns

Usage

empty(df)

Arguments

df

data frame to check


plyr documentation built on Oct. 2, 2023, 9:07 a.m.

Related to empty in plyr...