drop_empty_rows: Drops rows that are completely empty (excluding SID, etc).

Description Usage Arguments

View source: R/cleanup.R

Description

Drops rows that are completely empty (excluding SID, etc).

Usage

1
drop_empty_rows(.data, col_nums)

Arguments

.data

The processing dataset.

col_nums

Numeric value for the columns to exclude or include (e.g. -1:-2 to exclude the first two columns, or 3:10 to include columns 3 to 10).


lwjohnst86/PROMISE.scrub documentation built on May 21, 2019, 9:01 a.m.