ConcatFiles {StableEstim} | R Documentation |
Concatenates output files.
Description
Creates a unique file by concatenating several output files associated to one set of parameters.
Usage
ConcatFiles(files, sep_ = ",", outfile, headers_ = TRUE,
DeleteIfExists=TRUE)
Arguments
files |
|
sep_ |
Field separator character to be used in function
|
outfile |
Name of the output file; |
headers_ |
Vector of |
DeleteIfExists |
if |
Details
The files to be concatenated should be related to the same set of
parameters alpha
and beta
. The function stops if one of
the file contains 2 (or more) different set of parameters (the
function compares the values of columns 1 and 2 row by row) or if the
set of parameters within one file is different from the one from other
files.
Value
Returns an output file outfile
saved in the working directory.