Nothing
## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----cran install, message = FALSE, eval = FALSE------------------------------
# install.packages('toRvik')
## ----github install, message = FALSE, eval = FALSE----------------------------
# if (!requireNamespace('devtools', quietly = TRUE)){
# install.packages('devtools')
# }
# devtools::install_github("andreweatherman/toRvik")
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.