remove_narow: remove rows by the ratio of NA

View source: R/dataframe.R

remove_narowR Documentation

remove rows by the ratio of NA

Description

remove rows by the ratio of NA

Usage

remove_narow(df, ..., max_ratio = 1)

Arguments

df

tibble

...

only remove rows according to these columns, refer to dplyr::select()

max_ratio

the max NA ratio to keep this row, default is 1 have NA

Value

tibble

Examples

# remove_narow(df)

baizer documentation built on Oct. 19, 2023, 9:07 a.m.