R/empty.R

Defines functions empty

empty <- function(df) {
  is.null(df) || nrow(df) == 0 || ncol(df) == 0
}

Try the ggedit package in your browser

Any scripts or data that you put into this service are public.

ggedit documentation built on May 29, 2024, 3:07 a.m.