inst/doc/fabR-vignette.R

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


## ----setup--------------------------------------------------------------------
# # To update the R package in your R environment you may first need to remove
# # it, and use the exit command quit() to terminate the current R session.
# 
# # To install the R package:
# install.packages('fabR')
# library(fabR)
# 
# #if you need help with the package, please use:
# fabR_website()
# 

Try the fabR package in your browser

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

fabR documentation built on June 26, 2025, 1:09 a.m.