remove_na: Remove rows NAs from selected columns

Description Usage Arguments See Also Examples

View source: R/remove_na.R

Description

Remove rows having NA in one of the selected columns. Suitable for piping. Compatible with dply's select helpers.

Usage

1

Arguments

df

Data.frame to process

...

Column selection passed to 'dplyr::select'

See Also

keep_na, keep_na_rows

Examples

1
2
df <- data.frame(a = 1:10, b = c(1:3, na, 1:6))
remove_na()

antoine-sachet/customFunctions documentation built on Sept. 25, 2020, 8:56 p.m.