ReplaceSpecialChars | R Documentation |
Replace ".", ' ', '-' in character()
by '_' to be compliant
with functions of Shinyjs, Shiny
ReplaceSpecialChars(x)
x |
A |
A character()
of the same length as 'x' with modified
names.
Samuel Wieczorek
ReplaceSpecialChars(c('foo.1', 'foo-2', 'foo 3'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.