Nothing
source("helpers.R")
# Issue #414
df = data.frame(a = c(1, 2, 3), b = c(4, 5, 6))
colnames(df) = NULL
expect_equal(length(colnames(tt(df, rownames = TRUE))), 0)
expect_equal(length(colnames(tt(df))), 0)
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.