View source: R/data-item-cleaning.R
clean_text | R Documentation |
Clean free-form text
clean_text(text, keep_unknown = FALSE)
text |
A character vector of free text values. |
keep_unknown |
Replace values for "unknown" with |
An character vector with leading and trailing whitespace removed.
If keep_unknown
is FALSE
, blank values are replaced with
NA
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.