Nothing
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
warning = FALSE,
message = FALSE,
out.width = "100%",
dpi = 300
)
# needed libraries
library(dplyr)
library(statsExpressions)
# for reproducibility
set.seed(123)
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.