drop_na_columns: Drop columns that have NA in all rows

View source: R/helper-functions.R

drop_na_columnsR Documentation

Drop columns that have NA in all rows

Description

Drop columns that have NA in all rows

Usage

drop_na_columns(df)

Examples

{
drop_na_columns(data.frame(a = 1:3, b = NA, c = c('x', 'y', 'z')))
}

Paradigm4/revealcore documentation built on May 21, 2023, 9:57 a.m.