Nothing
test_that("tx_ml subsets only inactive clients within a period", {
expect_identical(
tx_ml(
new_data = ndr_example,
from = lubridate::ymd("2020-10-01"),
to = lubridate::ymd("2021-01-31")
),
ndr_example %>%
dplyr::filter(dplyr::between(
date_lost,
lubridate::as_date("2020-10-01"),
lubridate::as_date("2021-01-31")
))
)
})
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.