test_that("chk_function template", {
expect_null(chk_function_template(""))
expect_invisible(chk_function_template(""))
chk::expect_chk_error(chk_function_template(1), "^`1` must be a character[.]$")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.