test_that("mks works", {
expect_null(search_email('email@address.com'))
OB <- search_email('tpw2@aber.ac.uk')
expect_true(isS4(OB))
expect_true(is.character(fingerprint(OB)))
expect_true(is.character(id(OB)))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.