Learn R Programming

wrangle (version 0.6.4)

informative: 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

Run this code
head(Theoph)
Theoph$Dose <- NA
head(informative(Theoph))

Run the code above in your browser using DataLab