View source: R/remove_whitespace.R
remove_whitespace | R Documentation |
Remove whitespace from columns using a tidyselect specification.
remove_whitespace(.data, ...)
.data |
data frame |
... |
tidyselect specification (default selection: all character columns) |
data frame
tibble::tibble(a = c(" a ", "b ", " c")) -> t1
t1
t1 %>%
remove_whitespace()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.