merge_files: Merges Files of the Same Format

View source: R/merge_files.R

merge_filesR Documentation

Merges Files of the Same Format

Description

reads in the files supplied and merges the data into one data frame via appending. Hence, files must have the same data format (number and identity of columns).

Usage

merge_files(files, ...)

Arguments

files

iterable of paths with names of the to-be-merged files

...

additional arguments that will be supplied to the underlying fread function

Value

merged dataset, with the additional information of the files' names and -paths


mc-schaaf/rainR documentation built on July 19, 2023, 5:09 p.m.