test_that("getMedSenLineActivity output is computed properly", {
idSet <- c("609699", "740")
medSenActVals <- getMedSenLineActivity(idSet)
expectedOutput <- c(7.851985, 7.496437)
names(expectedOutput) <- idSet
expect_equal(medSenActVals, expectedOutput, tolerance = 10^-7)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.