inst/doc/a-getting-started.R

## ----include = FALSE----------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

## ----include=FALSE------------------------------------------------------------
library(rix)

## ----parsermd-chunk-1, eval = FALSE-------------------------------------------
# rix(
#   r_ver = "latest-upstream",
#   r_pkgs = c("dplyr", "chronicler"),
#   ide = "none"
# )

## ----eval = FALSE-------------------------------------------------------------
# rix(
#   r_ver = "4.4.1",
#   r_pkgs = c("dplyr", "chronicler"),
#   ide = "none"
# )

## ----eval = FALSE-------------------------------------------------------------
# rix(
#   date = "2024-12-14",
#   r_pkgs = c("dplyr", "chronicler"),
#   ide = "none"
# )

Try the rix package in your browser

Any scripts or data that you put into this service are public.

rix documentation built on Sept. 11, 2025, 5:12 p.m.