test_that("returns local part of email address", {
expect_equal(local("alice@example.com"), "alice")
})
test_that("returns domain of email address", {
expect_equal(domain("alice@example.com"), "example.com")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.