Nothing
## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----eval = FALSE-------------------------------------------------------------
# Sys.setenv(DEBUGME = "!!!!pillar")
# Sys.setenv(DEBUGME_SHOW_TIMESTAMP = "no")
#
# library(pillar)
#
# tbl <- tibble::tibble(a = 1:3, b = tibble::tibble(c = 4:6, d = 7:9), e = 10:12)
# print(tbl, width = 23)
## ----echo = FALSE-------------------------------------------------------------
writeLines(readLines("debugme.txt"))
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.