Description Usage Arguments Value Examples
Remove erroneous text characters.
1 2 |
text |
character vector |
chars |
character vector of characters to remove from text |
remove_empty |
remove empty elements from the vector. |
remove_dup |
remove duplicated elements from the vector. |
upper_case |
convert to upper case |
A character vector
1 2 | clean_text("\thello_world")
clean_text("\thello_world", upper_case = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.