empty {ggplot2}R 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

Author(s)

Hadley Wickham <h.wickham@gmail.com>


[Package ggplot2 version 0.8.5 Index]