informative: Drop columns in x that are entirely NA.

View source: R/wrangle.R

informativeR Documentation

Drop columns in x that are entirely NA.

Description

Drops columns in x that are entirely NA.

Usage

informative(x, ...)

Arguments

x

object of dispatch

...

passed

See Also

informative.data.frame

Other informative: informative.data.frame()

Examples

head(Theoph)
Theoph$Dose <- NA
head(informative(Theoph))

bergsmat/wrangle documentation built on Aug. 29, 2023, 11:28 a.m.