library(testthat)
library(ndexutils)
library(assertthat)
Sys.setenv("NDEXR_VERBOSE"='true')
test_that("ndex_glue_system works with base system", {
expect_equal(ndex_glue_system('ls'), 0L)
})
test_that("ndex_glue_system works with base system", {
expect_equal(ndex_glue_system('afcej'), 127L)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.