test_that("All DOI's are well-formed", {
expect_equal(
sum(
! grepl(
"^10.\\d{4,9}/[-._;()/:A-Z0-9]+$",
lookup$doi,
ignore.case=TRUE
)
),
0
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.