README.md

Overview

sauceR is a small package providing additional functionality to the source() function in {base}. Specifically, a source file can be internally marked-up into modules, and the the modules can be individually executed.

Installation

# This package is not available on CRAN

# Install the development version from GitHub
# install.packages("devtools")
devtools::install_github("dreidpath/sauceR")

Usage

library(sauceR) will load the package.

Acknowledgement

My insight into how this package might be written came from Matthew Plourde's answer to a question on stackoverflow



dreidpath/sauceR documentation built on May 30, 2019, 8:25 a.m.