View source: R/tidy_functions.R
tidy_text | R Documentation |
Tidy a text of special characters.
tidy_text(.x)
.x |
Vector of characters |
Convert text into a tidy format
Clean vector of characters
Jhon Flores Rojas
library(stringr) #library('tidyverse') library(PeruData) dirty <- c(" a ", "universo ", "íóñ") tidy_text(dirty)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.