The goal of sgrpipe is to facilitate a simple R analysis pipeline. Currently, the function of most use is run_R
, which will either source .R
scripts or compile .Rmd
files. The point is to place a series of run_R
calls pointing to scripts in your pipeline such that they may be interactively launched when running/testing your pipeline. After the end of each call, all variables are removed from the global environment.
You can install sgrpipe from github with:
# install.packages("devtools")
devtools::install_github("graggsd/sgrpipe")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.