test_that("urls are valid", {
purrr::walk(
.x = license_patterns$url,
.f = function(x) {
expect_list(httr::parse_url(x))
}
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.