combine.csvs: combine.data

Description Usage Arguments Value

Description

Takes an input file path, look for all .csv files, and then append each file in that path into a single data frame.

Usage

1

Arguments

x

- a path to a single directory, expressed as a character string

match

- A user-input regex to match to a subset of the filenames in a directory. Will only get files where grep(match)=T. The default value matches any .csv

Value

Function returns a single dataframe, which is the appended result of all .csv files at the path x.


christiantillich/AnaliTools documentation built on May 13, 2019, 6:59 p.m.