Nothing
test_that("NULL path returns names of example files", {
example_files <- readxl_example()
expect_true("datasets.xls" %in% example_files)
expect_true("datasets.xlsx" %in% example_files)
expect_true(is.character(example_files))
})
test_that("providing example file name returns full path", {
expect_true(file.exists(readxl_example("datasets.xlsx")))
})
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.