inst/doc/simple_samples.R

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

## -----------------------------------------------------------------------------

library("r2shortcode")


## ----eval=FALSE---------------------------------------------------------------
#  
#  shortenPkg("r2resume",addPrefix = T)
#  # you may include more packages on a new line
#  

## ----eval=FALSE---------------------------------------------------------------
#  
#  index("r2resume")
#  

## ----eval=FALSE---------------------------------------------------------------
#  
#  help("r2.gP") #OR whatis("r2.gP")
#  

Try the r2shortcode package in your browser

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

r2shortcode documentation built on May 29, 2024, 4:58 a.m.