Nothing
context("Check assay well table")
test_that("gtoxLoadWaid:is a data.table", {
tmp <- gtoxLoadWaid()
expect_true("data.table"%in%class(tmp))
})
test_that('gtoxLoadWaid:has 19 columns"', {
tmp <- gtoxLoadWaid()
expect_equal(ncol(tmp), 19)
})
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.