Nothing
library(tinytest)
cai <- healthyAddress:::check_address_input
expect_warning(cai("foo", 2L), "thin")
expect_warning(cai(toString(c(LETTERS, 2000:1999)), 2L), "valid postcode")
expect_error(cai(strrep("A0 ", 34), 2L), "34")
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.