Nothing
context("helperFunctions")
test_that("Documentation functions return character vectors",
{
expect_equal(class(MA_details()), "character")
expect_equal(class(volcano_details()), "character")
expect_equal(class(XY_details()), "character")
expect_equal(class(MDS_details()), "character")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.