cleanNames | R Documentation |
cleaning names for automation (no underscore is allowed as it is a separator in long names)
cleanNames(names)
names |
|
clean name(s)
originalID <- c("ddd.aaa", "ddd uuu", "ddd+aaa", "ddd*yyy", "ddd#dd", "ddd_fff") originalID <-c(originalID, "ddd$ddd", "ddd@ddd", "dd_aa", "dad*") cleanNames(originalID)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.