files_bind: Bind Multiple Files

View source: R/files_bind.R

files_bindR Documentation

Bind Multiple Files

Description

Binds multiple files in the same directory into a single data frame. Bind can occur by "rows" or "columns".

Usage

files_bind(
  path = "",
  pattern = "",
  delim = ",",
  bind = "rows",
  output_file = "",
  source = ""
)

Arguments

path

Folder location of files to be binded

pattern

Pattern to identify files to be binded

delim

Delimiter used in files. Passed onto 'readr::read_delim()'

bind

Bind "rows" or "columns"?

output_file

File name and path to be saved to.

source

If data file comes from a specific software specify it here for better support. Currently supports "eprime".


dr-JT/workflow documentation built on March 19, 2024, 7:51 p.m.