Nothing
test_that("bundled datasets can be loaded", {
skip_if_not_installed("plsdepot")
for (ds in c("carscomplete", "carsmissing", "cornell", "linnerud", "ropes", "vehicles")) {
expect_silent(data(list = ds, package = "plsdepot", envir = new.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.