inst/tinytest/test_extract_postcode.R

library(tinytest)
library(healthyAddress)

expect_equal(extract_postcode("PORT MACQ 2444"), 2444L)
expect_equal(extract_postcode("7000 FLINDERS ST, MELBOURNE VIC 3004"), 3004L)
expect_equal(extract_postcode("3047, BROADMEADOWS"), 3047L)

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.