not_all_na: Selecter for columns that are ALL NA

View source: R/utils.R

not_all_naR Documentation

Selecter for columns that are ALL NA

Description

This a selection helper is used normally inside a select call to drop variables that are all NA

Usage

not_all_na(x)

Arguments

df

Value

selects all variables where ALL rows are NA

Author(s)

Gabriel N. Camargo-Toledo gcamargo@sensata.io

Examples

select(where(not_all_na))

SensataUX/sensataDataProg documentation built on April 18, 2023, 3:48 p.m.