Nothing
test_that("run_tute() runs without error when missing argument", {
skip_if_not_installed("learnr")
expect_error(run_tute(), NA)
})
test_that("extract_tute() runs without error when missing argument", {
skip_if_not_installed("learnr")
expect_error(extract_tute(), NA)
})
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.