Nothing
test_that("read_tidyxl_data() works as expected", {
with_tempdir({
temp_xlsx_file <- create_test_xlsx_file()
expect_error(
read_tidyxl_data(temp_xlsx_file, "Sheet"),
class = "readapra_error_multiple_sheets_selected"
)
})
})
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.