test_that("get_radolan_urls() works", {
f <- kwb.dwd:::get_radolan_urls
result <- f()
all_ftp <- function(x) all(startsWith(x, "ftp://"))
expect_true(all_ftp(result$daily_historical_urls))
expect_true(all_ftp(result$hourly_historical_urls))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.