makeLabel | R Documentation |
Doesn't modify strings already containing a space or multi-letter acronym.
makeLabel(object, ...)
## S4 method for signature 'character'
makeLabel(object)
object |
Object. |
... |
Additional arguments. |
character(1)
.
Lowercase string.
Updated 2020-01-27.
makeWords()
.
stringr::str_to_lower()
makeLabel("mitoVsCoding")
makeLabel("log10GenesPerUMI")
makeLabel("Already A Label")
makeLabel("NASA")
makeLabel("nGene")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.