files_bind | R Documentation |
This function binds multiple files together. 'bind' can occur by "rows" or "columns"
files_bind( path = "", pattern = "", delim = ",", output.delim = ",", output.file = "", bind = "rows", guess_max = 1000 )
path |
Folder location of files to be merged |
pattern |
Pattern to identify files to be merged |
delim |
Delimiter used in files. Passed onto 'readr::read_delim()' |
output.file |
File name and path to be saved to. |
guess_max |
Maximum |
files_bind(path = "./Data", pattern = ".txt")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.