Nothing
test_that("plaintext reports works", {
skip_on_cran()
report2 <- cqc_reports("41d035b1-43e7-4857-be33-cf1b57cf4311",
plain_text = TRUE
)
expect_true(is.character(report2))
expect_gt(nchar(report2), 10000)
})
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.