test_that("Expected results from Open Society", {
skip_on_cran()
suppressMessages(vcr::use_cassette("osociety", serialize_with="json", {
osociety <- .standardize_osociety("qualitative", "2012-01-01", "2020-01-01",
FALSE)
}))
expect_equal(osociety$id[1], "OR2019-63941")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.