Nothing
library(spartan)
context("Testing Spartan Utilities Class")
test_that("generate_model_formula", {
expect_equal(generate_model_formula(c("ChemokineThreshold","AdhesionResponse"),c("Velocity","Displacement")),as.formula("Velocity + Displacement ~ ChemokineThreshold + AdhesionResponse",env=parent.frame()))
})
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.