Description Usage Arguments Value Examples
View source: R/prettySigNames.R
Prettify default signature names
1 | prettySigNames(names, includeNamespace = TRUE)
|
names |
Character strings, signature names |
includeNamespace |
Logical, whether the namespace of the signatures should be included |
Character strings, pretty signature names
1 2 | sig <- readCurrentSignatures()
prettyNames <- prettySigNames(names(sig))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.