test_that(desc = "Test helpers",
code = {
skip_on_oldrel()
expect_true(
get_na_means.data.frame(airquality)[[1]] == percent_missing.data.frame(airquality)[[1]]
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.