R/RCLI.R

#' RCLI
#' 
#' A simple command line interface for R scripts, allowing arguments to
#' be passed as named arguments to \code{Rscript} invocations from the
#' command line, as well as a simple method for defining usage of an
#' R script from the command line.
#' 
#' @docType package
#' @name RCLI
NULL
kevinushey/RCLI documentation built on May 20, 2019, 9:08 a.m.