test_that("sampleDirs", {
expect_identical(
object = sampleDirs(uploadDir),
expected = c(
"sample_1" = file.path(uploadDir, "sample_1"),
"sample_2" = file.path(uploadDir, "sample_2")
)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.