remove_empty_rows: Removes empty rows from a data.frame.

View source: R/janitor_deprecated.R

remove_empty_rowsR Documentation

Removes empty rows from a data.frame.

Description

This function is deprecated, use remove_empty("rows") instead.

Usage

remove_empty_rows(dat)

Arguments

dat

the input data.frame.

Value

Returns the data.frame with no empty rows.

Examples

# not run:
# dat %>% remove_empty_rows

janitor documentation built on Feb. 16, 2023, 10:16 p.m.