Learn R Programming

pkglite (version 0.2.3)

merge.file_collection: Merge file collections

Description

Merge file collections

Usage

# S3 method for file_collection
merge(x, y, ...)

Value

Merged file collection.

Arguments

x

File collection.

y

Another file collection.

...

Additional file collections.

Specification

The contents of this section are shown in PDF user manual only.

Examples

Run this code
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