test_that("read_file_info_() works", {
f <- fakin.path.app:::read_file_info
expect_warning(expect_error(f()))
file <- extdata_file("example_file_info_1.csv")
expect_warning(f(file))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.