remove_narow {baizer} | R Documentation |
remove rows by the ratio of NA
remove_narow(df, ..., max_ratio = 1)
df |
tibble |
... |
only remove rows according to these columns,
refer to |
max_ratio |
max NA ratio, default as 1 which remove the rows only have NA |
tibble
# remove_narow(df)