test_that("Test short description prints",{
expect_equal(quickDescribe("poptotal"),
"Population total")
expect_equal(quickDescribe(c("poptotal", "popfemale")),
c("Population total",
"Female population"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.