Nothing
test_that("ooplah class behaves as expected", {
obj <- ooplah$new()
expect_equal(private(obj)$.goodbye, "Goodbye World")
expect_true(obj$logically)
obj$logically <- FALSE
expect_false(obj$logically)
})
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.