Nothing
## ---- r_setup ----
suppressMessages({
stopifnot(require(knitr))
old_width <-
options(width = 70)
knitr::opts_chunk$set(
eval = FALSE,
collapse = TRUE,
comment = "#>",
dev = "jpeg",
dpi = 100,
fig.asp = 0.8,
fig.width = 5,
out.width = "60%",
fig.align = "center"
)
library(prolific.api)
library(data.table)
library(reactable)
library(htmltools)
})
print("<[[r_setup]]>")
## ---- r_restore ----
suppressMessages({
options(old_width)
})
print("<[[r_restore]]>")
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.