context("Test Data Handling")
test_that("Add data to test data", {
data <- c();
addAgent("driver", "circle", "phase 1", "42.23 12.23", "no path", "blue", data)
expect_equal(data, c("phase 1|driver|42.23 12.23|no path|circle|blue"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.