Nothing
testthat::test_that("apply_changes", {
# everything remains as before
result <- list(to_write = letters)
testthat::expect_message(
testthat::expect_equal(apply_changes(result = result,
init_script = letters),
NULL)
)
})
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.