tests/testthat/test-get_area_property.R

test_that("get_area_property works", {
  property <-
    get_area_property(
      area = neighborhoods[1, ],
      dist = -150,
      unit = "m"
    )
  expect_s3_class(
    property,
    "sf"
  )
})
elipousson/mapbaltimore documentation built on April 2, 2024, 4:23 p.m.