Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----include=FALSE------------------------------------------------------------
library(rix)
## ----eval = F-----------------------------------------------------------------
# library(rix)
#
# rix(
# r_ver = "4.4.2",
# r_pkgs = c("dplyr", "ggplot2"),
# system_pkgs = NULL,
# git_pkgs = NULL,
# ide = "none",
# project_path = ".",
# overwrite = TRUE
# )
## ----eval = F-----------------------------------------------------------------
# rix(
# r_ver = "latest-upstream",
# r_pkgs = NULL,
# git_pkgs = list(
# package_name = "rix",
# repo_url = "https://github.com/ropensci/rix",
# commit = "76d1bdd03d78589d399b4b9d473ecde616920a82"
# ),
# ide = "none",
# project_path = ".",
# overwrite = TRUE
# )
## ----parsermd-chunk-2-0, eval = FALSE-----------------------------------------
# install.packages("rix")
## ----parsermd-chunk-2, eval = FALSE-------------------------------------------
# install.packages("rix", repos = c(
# "https://ropensci.r-universe.dev",
# "https://cloud.r-project.org"
# ))
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.