tests/testthat/test-address_to_coords.R

testthat::test_that("Testing address_to_coords", {
  coords <- address_to_coords(zip_code = "0177", address = "Akersveien 26")
  testthat::expect_type(coords, "list")

})

Try the GISSB package in your browser

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

GISSB documentation built on Jan. 11, 2023, 1:13 a.m.