Nothing
test_that("logic_operation", {
found1 <- logic_operation()
expect_match(class(found1), "character")
expect_true(length(found1) == 9)
expect_equal(found1, logic_operation_default())
})
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.