encode_CountryOfBirthCALD <- function(x) {
uCountryOfBirthCALD <- get_dhhs("uCountryOfBirthCALD")
fmatch(x, uCountryOfBirthCALD)
}
decode_CountryOfBirthCALD <- function(x) {
uCountryOfBirthCALD <- get_dhhs("uCountryOfBirthCALD")
uCountryOfBirthCALD[x]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.