merge_files | R Documentation |
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).
merge_files(files, ...)
files |
iterable of paths with names of the to-be-merged files |
... |
additional arguments that will be supplied to the underlying
|
merged dataset, with the additional information of the files' names and -paths
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.