Nothing
test_that("knit_print.data.frame default to print without error", {
df <- data.frame(a = 10)
expect_error(knit_print.data.frame(df, inline = TRUE), NA)
})
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.