merge.file_collection {pkglite} | R Documentation |
Merge file collections
Description
Merge file collections
Usage
## S3 method for class 'file_collection'
merge(x, y, ...)
Arguments
x |
File collection. |
y |
Another file collection. |
... |
Additional file collections. |
Value
Merged file collection.
Specification
The contents of this section are shown in PDF user manual only.
Examples
pkg <- system.file("examples/pkg1/", package = "pkglite")
fc1 <- pkg %>% collate(file_root_core())
fc2 <- pkg %>% collate(file_r(), file_man())
merge(fc1, fc2)
[Package pkglite version 0.2.2 Index]