Nothing
n_words <- healthyAddress:::n_words
expect_identical(n_words(character(0)), integer(0))
expect_equal(n_words(""), 0)
expect_equal(n_words(c(" ", "a", "ab cd", "DF/AB X Y Z")), c(0, 1, 2, 4))
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.