View source: R/makeQueryTable.R
lowerNoDash | R Documentation |
Convert a character vector to lowercase and replace - with spaces. Values are NA if the new value is identical to the original value.
lowerNoDash(ab)
ab |
(character(n)) A vector of strings to transform |
The character vector ab, converted to lowercase. NAs are returned in positions where entries of ab are unchanged by formatting.
Helen Lindsay
lowerNoDash("Nectin-2")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.