Nothing
## RH 2019-09-28
#### SETUP ####
source("setup_ctrdata.R")
if (!checkInternet()) exit_file("Reason: no internet connectivity")
#### active substance ####
# get example
tmpTest <- ctrFindActiveSubstanceSynonyms(activesubstance = "imatinib")
# test
expect_true(all(c(
"imatinib", "gleevec", "sti 571", "glivec", "cgp 57148", "st1571") %in%
tolower(tmpTest)))
# test
expect_error(
ctrFindActiveSubstanceSynonyms(
activesubstance = c("imatinib", "another"))
)
# test
expect_error(
ctrFindActiveSubstanceSynonyms(
activesubstance = iris)
)
# test
expect_message(
ctrFindActiveSubstanceSynonyms("ISURELYDONOTEXIST"),
"0 studies"
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.