janitor (version 2.2.0)

remove_empty_rows: Removes empty rows from a data.frame.

Description

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

Usage

remove_empty_rows(dat)

Value

Returns the data.frame with no empty rows.

Arguments

dat

the input data.frame.

Examples

Run this code
# not run:
# dat %>% remove_empty_rows

Run the code above in your browser using DataLab