Nothing
test_that("cohortOverview works", {
test_measures <- data.frame(
col1 = c(1,2,3,4),
col2 = c(2,3,4,5),
col3 = c(3,4,5,6),
color = c(2,2,3,3),
estimate = c(1,1,1,1)
)
expect_no_error(add_cohort_overview(test_measures,
"test",
"color",
"numeric",
c("col1", "col2", "col3")))
})
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.