tests/testthat/test-coords_to_google.R

testthat::test_that("Testing coords_to_google", {

  from <- address_to_coords(zip_code = "0177",
                          address = "Akersveien 26") %>%
    coords_to_google()

  testthat::expect_type(from, "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.