merge.file_collection | R Documentation |
Merge file collections
## S3 method for class 'file_collection'
merge(x, y, ...)
x |
File collection. |
y |
Another file collection. |
... |
Additional file collections. |
Merged file collection.
The contents of this section are shown in PDF user manual only.
pkg <- system.file("examples/pkg1/", package = "pkglite")
fc1 <- pkg %>% collate(file_root_core())
fc2 <- pkg %>% collate(file_r(), file_man())
merge(fc1, fc2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.