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