test_that("use", {
xlsx_filename <- tempfile()
expect_false(file.exists(xlsx_filename))
download_bergseng_et_al_2015_sup_1(
xlsx_filename = xlsx_filename
)
expect_true(file.exists(xlsx_filename))
})
test_that("use", {
xlsx_filename <- download_bergseng_et_al_2015_sup_1()
expect_true(file.exists(xlsx_filename))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.