tests/testthat/test-function-get_radolan_projection_string.R

test_that("get_radolan_projection_string() works", {

  f <- kwb.dwd:::get_radolan_projection_string

  result <- f()

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