RTscript | R Documentation |
You just call it, and it takes arguments from command-line and does stuff. an example shell script would look like this
RTscript(args = commandArgs(trailingOnly = TRUE))
"#!/bin/bash" "R -e "rtemplate:RTscript()" –args $@"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.