inst/tinytest/test_HashStreetName.R

expect_equal(HashStreetName(c("BRUXNER", "AGAR STEPS")),
             c(1788253569L, 2122551793L))
expect_equal(HashStreetName(c("BRUXNER", "AGAR STEPS", NA)),
             c(1788253569L, 2122551793L, NA))
expect_error(HashStreetName(1L), "integer")

expect_equal(unHashStreetName(HashStreetName("THE PARKWAY")), "THE PARKWAY")

Try the healthyAddress package in your browser

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

healthyAddress documentation built on April 12, 2025, 1:28 a.m.