Nothing
# Tests for the rp.datalink
# setwd('rpanel')
# library(devtools)
# library(testthat)
# load_all()
test_that('Standard calls', {
expect_no_error(rp.colours())
expect_no_error(rp.colors())
expect_no_error(rp.colours(c('estimate' = 'darkgreen')))
expect_warning(rp.colours(c('estmate' = 'darkgreen')))
expect_warning(rp.colours(c('darkgreen')))
expect_warning(rp.colours(c(2)))
})
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.