Nothing
test_that("private works", {
obj <- ooplah$new()
expect_identical(private(obj), obj$.__enclos_env__$private)
})
test_that("super works", {
obj <- ooplah$new()
expect_identical(super(obj), obj$.__enclos_env__$super)
})
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.