handle_text_input | R Documentation |
Internal function to remove punctuation and unneeded stuff from user inputs with regular expressions.
handle_text_input(textinput)
textinput |
A character string with the textinput to perform these predefined regular expressions on. |
This function returns a cleaned up character string, limited to a maximum of 15 chars.
textinput <- "This is a dirty! text." handle_text_input(textinput)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.