Nothing
###
test_that("Insert one column in data.frame by name", {
out <- set.col.type(mtcars, col.type = list("character" = c("cyl")))
expect_true(is.character(out$cyl))
expect_equal(out$cyl, as.character(mtcars$cyl))
})
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.