Nothing
test_that("gtoxLoadAsid:return a data.table with a registered study", {
tmp <- gtoxLoadAsid()
expect_equal(class(tmp), c('data.table','data.frame'))
expect_equal(nrow(tmp), 1)
expect_equal(tmp$asnm, "SampleStudy")
})
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.