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()

framecleaner documentation built on May 29, 2024, 1:59 a.m.