library(testthat)
library(farsFiki)
test_that("fars_read returns a message", {
expect_error(fars_read("non-existing-file.csv"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.