Nothing
test_that('getDxStatus output', {
resObs = getDxStatus(demosTest, icdTest, diseaseDxIcdMap = dxIcdTest)
resExp = data.table(
person_id = c(1, 2, 3, 4),
disease_id = 1,
dx_status = c(0, -1, 0, 1))
expect_equal(resObs, resExp, ignore_attr = TRUE)
})
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.