inst/tinytest/test_nany_lowercase.R

expect_true(nany_lowercase("ABC"))
expect_true(nany_lowercase("712/109 FLINDERS STREET, MELBOURNE VIC 3044"))
expect_false(nany_lowercase("712/109 flinders STREET, MELBOURNE VIC 3044"))
expect_error(nany_lowercase(integer(1)))

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.