Nothing
test_that("tx_appointment works", {
expect_identical(
tx_appointment(ndr_example,
from = lubridate::ymd("2021-01-01"),
to = lubridate::ymd("2021-02-28")
),
ndr_example %>%
dplyr::filter(
dplyr::between(
date_lost - 28,
lubridate::ymd("2021-01-01"),
lubridate::ymd("2021-02-28")
)
)
)
})
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.