Nothing
test_that("tl_import", {
path <- tl_import("itis_test")
expect_true(all(file.exists(unlist(path))))
})
test_that("tl_import", {
skip_on_cran()
skip_if_offline()
path <- tl_import("itis", version="22.12")
expect_true(all(file.exists(unlist(path))))
})
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.