test_that("url_projection() works", {
f <- kwb.dwd:::url_projection
result <- f()
expect_type(result, "character")
expect_length(result, 1L)
expect_true(endsWith(result, ".prj"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.