test_that("create meta data", {
out <- createMetadata()
expect_equal(names(out), c("Title", "Author", "Keywords", "Subject"))
expect_equal(nrow(out), 0)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.