inst/doc/introduction.R

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

## ----cran install, message = FALSE, eval = FALSE------------------------------
#  install.packages('toRvik')

## ----github install, message = FALSE, eval = FALSE----------------------------
#  if (!requireNamespace('devtools', quietly = TRUE)){
#    install.packages('devtools')
#  }
#  devtools::install_github("andreweatherman/toRvik")

Try the toRvik package in your browser

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

toRvik documentation built on Nov. 10, 2022, 5:50 p.m.