Nothing
## ----setup, include = TRUE, echo = FALSE, results = FALSE, message = FALSE, warning = FALSE----
library(knitr)
knitr::opts_chunk$set(include = TRUE, echo = TRUE, warning = FALSE,
message = FALSE, results = "markup", collapse = TRUE,
cache = FALSE, comment = "##")
library(ggplot2)
library(dplyr)
library(stringr)
library(readr)
library(magrittr)
library(kibior)
## -----------------------------------------------------------------------------
sessionInfo()
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.