encode_CALDFlag <- function(x) {
c(FALSE, TRUE)[fmatch(x, c("Not CALD", "CALD"))]
}
decode_CALDFlag <- function(x) {
fifelse(x, no = "Not CALD", yes = "CALD", "Missing")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.