powered by
Merge file collections
# S3 method for file_collection merge(x, y, ...)
Merged file collection.
File collection.
Another file collection.
Additional file collections.
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)
Run the code above in your browser using DataLab