test_that("normalise_file_info() works", {
f <- normalise_file_info
expect_error(f())
f(data.frame(size = 1))
f(data.frame(size = 1, FullName = "a", Attributes = "Directory"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.