encode_SymptomaticAtTesting <- function(x) {
c(FALSE, TRUE)[fmatch(x, c("Asymptomatic at Testing", "Symptomatic at Testing"))]
}
decode_SymptomaticAtTesting <- function(x) {
c("Asymptomatic at Testing", "Symptomatic at Testing")[x]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.