This function binds multiple files together. `bind` can occur by "rows" or "columns"

files_bind(path = "", pattern = "", delim = "\t", na = "",
  output.file = "", bind = "rows")

Arguments

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()`

na

How are missing values defined in files to be merged. Passed to `readr::write_delim()`

output.file

File name and path to be saved to.

Examples

files_bind(path = "./Data", pattern = ".txt")
#> # A tibble: 0 x 0