informative.data.frame {wrangle} | R Documentation |
Drop columns in x that are entirely NA.
Description
Drops columns in x that are entirely NA.
Usage
## S3 method for class 'data.frame'
informative(x, ...)
Arguments
x |
data.frame |
... |
ingored |
Value
data.frame
See Also
Other informative:
informative()
[Package wrangle version 0.6.4 Index]