Nothing
test_that("tx_curr filters only active clients", {
expect_identical(
tx_curr(ndr_example, status = "default"),
ndr_example %>%
subset(current_status_28_days == "Active" &
!patient_has_died %in% 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.