Nothing
test_that("tx_mmd works", {
expect_identical(
tx_mmd(ndr_example, status = "default"),
ndr_example %>%
dplyr::mutate(months_dispensed = floor(days_of_arv_refill / 28)) %>%
subset(current_status_28_days == "Active" &
!patient_has_died %in% TRUE &
months_dispensed %in% c(3, 4, 5, 6))
)
})
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.