Nothing
# Run before any test
dir.create("./tests_rslts")
writeLines(text = "mytests", con = "./tests_rslts/fortests.txt")
# Run after all tests
withr::defer(unlink("./tests_rslts", recursive = TRUE), 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.