remove_empty_cols: Removes empty columns from a data.frame.

View source: R/janitor_deprecated.R

remove_empty_colsR Documentation

Removes empty columns from a data.frame.

Description

This function is deprecated, use remove_empty("cols") instead.

Usage

remove_empty_cols(dat)

Arguments

dat

the input data.frame.

Value

Returns the data.frame with no empty columns.

Examples

# not run:
# dat %>% remove_empty_cols

janitor documentation built on Feb. 16, 2023, 10:16 p.m.