Binds multiple files in the same directory into a single data frame. Bind can occur by "rows" or "columns".
files_bind(
path = "",
pattern = "",
delim = ",",
bind = "rows",
output_file = "",
source = ""
)
Folder location of files to be binded
Pattern to identify files to be binded
Delimiter used in files. Passed onto `readr::read_delim()`
Bind "rows" or "columns"?
File name and path to be saved to.
If data file comes from a specific software specify it here for better support. Currently supports "eprime".