context("test-utils")
test_that("generate random string", {
set.seed(1);s1 <- random_string()
set.seed(1);s2 <- random_string()
expect_equal(s1, s2)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.