Nothing
context("computeDocumentationStatistics")
f <- findFilesInPackage('generateEnumeration.Rd', 'wyz.code.rdoc')
o <- computeDocumentationStatistics(f[1])
test_that("computeDocumentationStatistics", {
expect_true(data.table::is.data.table(o))
expect_equal(ncol(o), 3L)
})
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.