# ValuePoint$print
simple <- loadTestSimulation("simple")
tableParameter <- getParameter("Organism|TableParameter", simple)
tableFormula <- tableParameter$formula
point <- tableFormula$allPoints[[1]]
test_that("It can print the point", {
expect_error(capture.output(point$print()), NA)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.