drop_na_by_col: Find rows containing missing values in all specified column...

View source: R/golem_utils_server.R

drop_na_by_colR Documentation

Find rows containing missing values in all specified column while keeping rows where any contains values

Description

Find rows containing missing values in all specified column while keeping rows where any contains values

Usage

drop_na_by_col(df, vars, negate = TRUE)

Arguments

df

A data frame

vars

list of strings containing the columns

negate

logical, whether to return the rows where the NA check is true or otherwise default is 'TRUE'

Value

data frame


CDU-data-science-team/experiencesdashboard documentation built on Nov. 30, 2023, 5:57 a.m.