informative {wrangle} | R 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
Other informative:
informative.data.frame()
Examples
head(Theoph)
Theoph$Dose <- NA
head(informative(Theoph))
[Package wrangle version 0.6.4 Index]