Nothing
test_that("medic basic input", {
expect_s3_class(
medic(
complications,
id = id,
atc = atc,
timing = first_trimester:third_trimester
),
"medic"
)
})
test_that("medic with all valid inputs", {
expect_equal(2 * 2, 4)
})
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.