test_that("emails can be validated", {
expect_true(is_email_address("foo@example.com"))
expect_false(is_email_address("baz"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.