context("data")
test_that("can retrieve data", {
data <- read_csv(gonovax_file("extdata/observed_data.csv"))
expect_equal(gonovax_data(), data)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.