Nothing
testthat::test_that("summary_faersdata", {
faers_ascii_data <- retrieve_faersascii(ascii_dir = "resources/test_zip_ex_dir/ASCII")
faers_ascii_data_unified <- unify_tabular_ascii(ascii_list = faers_ascii_data)
testthat::expect_true(is.list(summary_faersdata(faers_ascii_data_unified)))
})
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.