test_that("timeinfo works", {
info = timeinfo()
expect_true("timestr" %in% colnames(info))
expect_true(nrow(info) == 1)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.