Nothing
# Testing DefaultOperator
test_that("DefaultOperator returns correct structure", {
value <- "4HHB"
result <- DefaultOperator(value)
expect_equal(result$value, value)
expect_s3_class(result, "DefaultOperator")
})
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.