context("Is authorized")
testthat::test_that("is_authorized() works", {
url <- "https://pasta.lternet.edu/package/report/eml/knb-lter-sbc/6006/3"
vcr::use_cassette("is_authorized", {
res <- is_authorized(url)
})
expect_true(class(res) %in% "logical")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.