Learn R Programming

batch (version 1.1-5)

Batching Routines in Parallel and Passing Command-Line Arguments to R

Description

Functions to allow you to easily pass command-line arguments into R, and functions to aid in submitting your R code in parallel on a cluster and joining the results afterward (e.g. multiple parameter values for simulations running in parallel, splitting up a permutation test in parallel, etc.). See `parseCommandArgs(...)' for the main example of how to use this package.

Copy Link

Version

Install

install.packages('batch')

Monthly Downloads

359

Version

1.1-5

License

GPL

Maintainer

Thomas Hoffmann

Last Published

April 16th, 2018

Functions in batch (1.1-5)

msplit

Split Vectors for Parallelization
parseCommandArgs

Parse Command-Line Arguments
rbatch

R Batch Submission
mergeCsv

Merge CSV Files