| append.GenericDataFileSet | R Documentation |
Appends one data set to an existing one. The fullname of the merged data set is that of the first data set.
## S3 method for class 'GenericDataFileSet'
append(x, values, ...)
values |
The data set to be appended to this data set. |
... |
Additional arguments passed to |
By default, in order to avoid downstream side effects on the data set being appended, each of its file is cloned before being appended.
Returns a merged GenericDataFileSet of the same class as the
first data set.
Henrik Bengtsson
To append one or more files, see appendFiles().
For more information see GenericDataFileSet.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.