context("Base64")
test_that("some sample strings can be base64-encoded", {
expect_equal(renv_base64_encode("renv"), "cmVudg==")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.