Nothing
context("gna_data_sources")
test_that("gna_data_sources returns a table", {
skip_on_cran()
vcr::use_cassette("gna_data_sources", {
tmp <- gna_data_sources()
})
expect_is(tmp, "data.frame")
expect_equal(NCOL(tmp), 13)
})
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.