Description Usage Arguments Value Examples
This removes dots and underscores from a string, replacing them with a space.
Remove dots and underscores from strings
1 2 3  | removeDots(x)
removeDots(x)
 | 
x | 
 A string or vector of strings  | 
string | 
 the dot-containing string or a vector of character strings  | 
... | 
 additional arguments  | 
... | 
 additional arguments  | 
Returns string without dot/underscore.
Returns string (or vector of strings) without dots or underscores
1 2  | removeDots("This_is_a.test.string.")
removeDots("This.is.a.test_string")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.