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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.