test_that("minimalSampleData", {
expect_identical(
object = minimalSampleData(c("sample 1", "sample 2")),
expected = DataFrame(
sampleName = factor(c("sample 1", "sample 2")),
row.names = factor(c("sample_1", "sample_2"))
)
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.