clean_strings | R Documentation |
Performs generic string cleaning operations.
clean_strings(x)
x |
Character vector. |
Character vector of the same length as x
.
Other helper functions: capitalize_words
,
ch1903_to_wgs84
,
format_addresses
,
format_scientific_names
,
is.empty
, lvapply
,
melt_by_listcol
, na.remove
,
normalize_language
,
parse_scientific_names
,
quotemeta
,
replace_values_in_list
,
sp_transform
,
subset_search_results
,
unique_na
clean_strings("[](){}")
clean_strings("``''\"\"")
clean_strings("..,,")
clean_strings(" Hello,, `world`.. how are you?()")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.