View source: R/convert_custom.R
convert_custom | R Documentation |
Convert Identifiers with Custom Database
convert_custom(x, from = NULL, to = NULL, dt = NULL, multiple = FALSE)
x |
A character vector to convert. |
from |
Which identifier type to be converted. |
to |
Identifier type convert to. |
dt |
A |
multiple |
if |
A character vector.
dt <- data.table::data.table(UpperCase = LETTERS[1:5], LowerCase = letters[1:5])
dt
x <- convert_custom(c("B", "C", "E", "E", "FF"), from = "UpperCase", to = "LowerCase", dt = dt)
x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.