guess_vocabulary <-
function(code) {
if (centipede::nchar_letter(code) == 0) {
system <- "SNOMEDCT"
} else if (grepl("RID", code) == TRUE) {
system <- "RADLEX"
} else {
system <- "LOINC"
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.