Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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)

Arguments

dat

the input data.frame.

Value

Returns the data.frame with no empty rows.

Examples

# not run:
# dat %>% remove_empty_rows

janitor

Simple Tools for Examining and Cleaning Dirty Data

v2.1.0
MIT + file LICENSE
Authors
Sam Firke [aut, cre], Bill Denney [ctb], Chris Haid [ctb], Ryan Knight [ctb], Malte Grosser [ctb], Jonathan Zadra [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.