# test_that("Test: pidc() correctly imports BEELINE PIDC output.", {
#
# pidc_output <- system.file('beeline_examples/PIDC/outFile.txt', package = 'edgynode')
# # import PIDC specific output
# pidc_parsed <- pidc(pidc_output)
#
# expect_equal(nrow(pidc_parsed), 19)
# expect_equal(ncol(pidc_parsed), 19)
# expect_true(all(is.character(row.names(pidc_parsed))))
# expect_true(all(apply(pidc_parsed, 2, is.numeric)))
# expect_error(pidc("path/that/does/not/exist"))
# expect_true(isSymmetric(pidc_parsed) == TRUE)
#
# })
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.