Nothing
test_that("add_stage", {
expect_error(add_stage(mongopipe()), "type")
expect_error(add_stage(mongopipe(), "$match"), "...")
})
test_that("check_query", {
expect_s3_class(check_query(1), c("scalar", "numeric"))
})
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.