Nothing
test_that("get_cervical_positive works", {
skip_if_no_cred()
skip_if_offline()
expect_error(get_cervical_positive(), "start_date")
expect_error(get_cervical_positive(start_date = '1234'), 'start_date')
expect_error(get_cervical_positive(start_date = '2022-01-01', end_date = '1234'), 'end_date')
expect_error(get_cervical_positive(start_date = '2020-01-01', level = 'other'), "level")
expect_no_error(get_cervical_positive(start_date = '2023-07-01'))
})
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.