remove_whitespace: Remove Whitespace

View source: R/remove_whitespace.R

remove_whitespaceR Documentation

Remove Whitespace

Description

Remove whitespace from columns using a tidyselect specification.

Usage

remove_whitespace(.data, ...)

Arguments

.data

data frame

...

tidyselect specification (default selection: all character columns)

Value

data frame

Examples


tibble::tibble(a = c(" a ", "b ", " c")) -> t1

t1

t1 %>%
remove_whitespace()

Harrison4192/dataCleaner documentation built on March 20, 2024, 3:12 p.m.