informative.data.frame: Drop columns in x that are entirely NA.

View source: R/wrangle.R

informative.data.frameR 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()


wrangle documentation built on Aug. 24, 2023, 9:07 a.m.