ConcatFiles {StableEstim} | R Documentation |
Creates a unique file by concatenating several output files associated to one set of parameters.
ConcatFiles(files, sep_ = ",", outfile, headers_ = TRUE,
DeleteIfExists=TRUE)
files |
|
sep_ |
Field separator character to be used in function
|
outfile |
Name of the output file; |
headers_ |
Vector of |
DeleteIfExists |
if |
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.
Returns an output file outfile
saved in the working directory.