Nothing
# Test the addDataTable function
# 20191107 by JJAV
# # # # # # # # # # # # # # # # #
context("Test addDataTable")
require(openxlsx)
test_that("addDataTable works fine",{
options("openxlsx.minWidth" = 6)
wb <- createWorkbook(title = "Test addDataTable")
nwb <- addDataTable(wb,iris, rowNames = T, firstActiveCol = 3)
expect_is(nwb, "Workbook")
})
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.