Nothing
context("Get audit count")
testthat::test_that("get_audit_count() works", {
vcr::use_cassette("get_audit_count", {
res <- get_audit_count(
query = "category=warn&fromTime=2021-12-01&toTime=2021-12-05")
})
expect_type(res, "double")
})
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.