View source: R/limpiar_spaces.R
limpiar_spaces | R Documentation |
Remove excess spaces from the text variable.
limpiar_spaces(df, text_var = mention_content)
df |
Name of the Data Frame or Tibble object |
text_var |
Name of the text variable/character vector |
text variable/character vector with excess spaces removed
df <- data.frame(text_variable = "clean the spaces please")
limpiar_spaces(df, text_var = text_variable)
limpiar_examples %>% dplyr::select(mention_content)
limpiar_examples %>% limpiar_spaces() %>% dplyr::select(mention_content)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.