#' @export xtfrm.dept <- function(x) { x <- ifelse( x == "2A", "20", ifelse(x == "2B", "20.5", x) ) as.numeric(x) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.