View source: R/1_0_textDescriptives.R
textClean | R Documentation |
The text is being cleaned from information that may identify them; however, note that this is not a guarantee for anonymization.
textClean(
text,
replace = TRUE,
date = TRUE,
time = TRUE,
phone = TRUE,
email = TRUE,
ip = TRUE,
money = TRUE,
creditcard = TRUE,
bitcoin = TRUE,
location = TRUE,
ssn = TRUE,
at_symbol = TRUE,
url = TRUE
)
text |
(character) The text to be cleaned. |
replace |
(boolean) |
date |
(boolean) |
time |
(boolean) |
phone |
(boolean) |
email |
(boolean) |
ip |
(boolean) |
money |
(boolean) |
creditcard |
(boolean) |
bitcoin |
(boolean) |
location |
(boolean) |
ssn |
(boolean) |
at_symbol |
(boolean) |
url |
(boolean) |
Text cleaned from typical personal identifiable information
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.