Learn R Programming

⚠️There's a newer version (1.1-5) of this package.Take me there.

batch (version 1.1-4)

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

224

Version

1.1-4

License

GPL

Maintainer

Thomas Hoffmann

Last Published

June 5th, 2013

Functions in batch (1.1-4)

msplit

Split Vectors for Parallelization
rbatch

R Batch Submission
mergeCsv

Merge CSV Files
parseCommandArgs

Parse Command-Line Arguments