test_that("flow_folders() can create folders.", {
temp_dir <- tempdir(check = TRUE)
flow_folders(temp_dir)
expect_true(dir.exists(file.path(temp_dir, "code")))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.