tests/testthat/test-function-ftp_path_cdc.R

test_that("ftp_path_cdc() works", {

  f <- kwb.dwd:::ftp_path_cdc

  result <- f()

  expect_type(result, "character")
  expect_length(result, 1L)
  expect_true(startsWith(result, "ftp://"))
})
KWB-R/kwb.dwd documentation built on Sept. 28, 2022, 6:03 p.m.