Nothing
## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----include=FALSE------------------------------------------------------------
library(rix)
## ----eval=FALSE---------------------------------------------------------------
# library(rix)
#
# # Choose the path to your project
# path_default_nix <- "."
#
# rix(
# date = "2025-02-28", # We recommend using a date
# r_pkgs = c("dplyr", "ggplot2"), # List all the packages you need
# ide = "rstudio", # List whatever editor you need
# project_path = path_default_nix,
# overwrite = TRUE,
# print = FALSE
# )
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.