context("test-askme")
test_that("askme() works!", {
options(askme = function(...) {
"password"
})
expect_equal(askme(), NULL)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.