rm_empty_rows: Remove rows with empty data

Description Usage Arguments

View source: R/rm_empty_rows.R

Description

This function works similarly to remove_empty_rows function from the janitor package, except that you can pass the list of columns to remove missing data from. You can then easily eliminate any rows that have complete missing data across any generic set of columns

Usage

1

Arguments

d

The data frame.

...

Optional columns to include. If included, rows will only be removed if the data are missing across all columns included. If NULL only rows with complete missing data across all columns will be removed (i.e., equivalent to remove_empty_rows)


datalorax/sundry documentation built on April 11, 2021, 1:50 p.m.