Free Access Week - Data Engineering + BI
Data Engineering and BI courses are free this week!
Free Access Week - Jun 2-8

wrangle (version 0.5.8)

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