Nothing
# Run before any test
file.copy(test_path("test-data"), tempdir(), recursive = TRUE)
test_tmpdir <- file.path(tempdir(), "test-data")
# Run after all tests
withr::defer(unlink(test_tmpdir), teardown_env())
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.