test_that("multiplication works", {
test_string <- "gwlcpbtxmiezd xwlcpbtzimgdk tbiwmpcgzdxo ygzdbpjxncfwimt"
test_list <- strsplit(test_string, split = "")
purrr::map(test_list, unique)
expect_equal(2 * 2, 4)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.