Nothing
library(testthat)
library('magrittr', warn.conflicts = FALSE)
library('XML', warn.conflicts = FALSE)
# Check that a css.cell passes without errors
test_that("Check css.cell input", {
expect_match(matrix(1:6, ncol=3) %>%
addHtmlTableStyle(css.cell="background: red") %>%
htmlTable,
"background: red")
})
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.