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