Nothing
context("getSectionContent")
f <- findFilesInPackage("markup.Rd", 'wyz.code.rdoc')
g <- findFilesInPackage("empty.Rd", 'wyz.code.rdoc')
test_that("getSectionContent", {
expect_error(getSectionContent('/tmp/not-a-file.Rd'))
expect_length(getSectionContent(f[1]), 1L)
expect_equal(getSectionContent(g[1]), list())
})
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.