tests/testthat/test-get_ons_shp.R

test_that("ONS Gen2 shapefile shapefile is loaded from url with class sf", {
  ons_shp <- get_ons_shp()
  testthat::expect_s3_class(object = ons_shp,
                             class="sf")
})
Ottawa-Neighbourhood-Study/onsr documentation built on June 19, 2022, 11:46 a.m.