test_checkDrugSynonym <- function() {
obs <- tryCatch(checkDrugSynonym(drugVector = NULL), error=conditionMessage)
checkIdentical("input drugVector must be a string vector", obs)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.