Description Usage Arguments References See Also
Merges multiple csv's in the current directory together, with the option of averaging over several. For instance, if you have broken a set of simulations each into five jobs, this will merge all groups of five simulations together.
1 |
every |
How many lines should be merged (averaged) over. This is especially useful when using the 'multiplier' open in the various batching routines (e.g. Rbatch, Rmosrun, etc.). |
outfile |
Name of the csv file to write the merged data to. |
quote |
Whether to quote each item. |
Thomas J. Hoffmann (2011). Passing in Command Line Arguments and Parallel Cluster/Multicore Batching in R with batch. Journal of Statistical Software, Code Snippets, 39(1), 1-11. URL http://www.jstatsoft.org/v39/c01/.
parseCommandArgs
, rbatch
, msplit
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.