Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----include=FALSE------------------------------------------------------------
library(rix)
## ----eval = F-----------------------------------------------------------------
# path_default_nix <- tempdir()
#
# rix(
# r_ver = "latest-upstream",
# r_pkgs = NULL,
# system_pkgs = NULL,
# git_pkgs = list(
# package_name = "lookup",
# repo_url = "https://github.com/jimhester/lookup/",
# commit = "eba63db477dd2f20153b75e2949eb333a36cccfc"
# ),
# ide = "none",
# project_path = path_default_nix,
# overwrite = TRUE,
# print = TRUE
# )
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.