Nothing
context("Check assay endpoint table")
test_that("gtoxLoadAeid:is a data.table", {
tmp <- gtoxLoadAeid()
expect_true("data.table"%in%class(tmp))
})
test_that('gtoxLoadAeid:contains "GSH content_Cell count_24h_dn"', {
tmp <- gtoxLoadAeid()
expect_true(any(tmp$aenm%in%"GSH content_Cell count_24h_dn"))
})
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.