Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
message = FALSE,
warning = FALSE
)
## ----standalone-svg, eval = FALSE---------------------------------------------
# ggsave(myplot, filename = "example-plot.svg",
# width = 159, height = 100, units = "mm")
## ----standalong-png, eval = FALSE---------------------------------------------
# ggsave(myplot, filename = "example-plot.png",
# width = 159, height = 100, units = "mm", dpi = "retina")
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.