Nothing
test_that(".rba_stg works", {
expect_error(
object = .rba_stg("qwerty"),
regexp = NULL
)
expect_type(
object = .rba_stg("reactome", "pth", "analysis"),
type = "character"
)
expect_type(
object = .rba_stg("reactome", "err_prs")[[2]],
type = "closure"
)
})
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.