View source: R/makeQueryTable.R
dashNotDot | R Documentation |
Convert a character vector to lowercase and replace "-" with "." Values are NA if the new value is identical to the original value.
dashNotDot(ab)
ab |
(character(n)) A vector of strings to transform |
A character vector of the same length as the input vector ab, with dots (".") replaced by dashes ("-") and NA where entries are unchanged
Helen Lindsay
dashNotDot(c("IL.2R", "CD4"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.