tests/testthat/test-get-correspond.R

test_that("get correspond - all", {
  vcr::use_cassette("correspond", {
    dt <- get_correspond(type = "fylke", correspond = "kommune", from = 2016, to = 2018, names = F)
  })

  expect_equal(dt, dtCorr)
})

Try the norgeo package in your browser

Any scripts or data that you put into this service are public.

norgeo documentation built on Aug. 15, 2023, 5:06 p.m.