rbind_all: opens multiple csv files and binds them together

Description Usage Arguments

Description

opens all csv files in a folder, and assigns each an identifying column indicating which file it came from, and binds all data frames together in a row-wise fashion. Data frames have to have the same columns and column headers

Usage

1
rbind_all(path, col_name = "origin", ...)

Arguments

path

string, path to folder containing .csv files

col_name

string, name to call new column listing the origin for each file.

...

additional arguments to read.csv


Swarchal/Smisc documentation built on May 9, 2019, 3:23 p.m.