Nothing
dir_path <- system.file("extdata", package = "tidygapminder")
test_that("Output a list of data frame", {
expect_true(is.list(tidy_bunch(dir_path)))
})
test_that("Output a big data frame", {
expect_true(is.data.frame(tidy_bunch(dir_path, merge = TRUE)))
})
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.