read_multiple_csv: read_multiple_csv - read multiple csv files

Description Usage Arguments

View source: R/read_multiple_csv.R

Description

This function will take multiple csv files It will read them and return all as one dataframe It is it will read files in the order of provided index

Usage

1
read_multiple_csv(path, index, header = TRUE, as.is = TRUE)

Arguments

path

the folder you want to pull from

index

the index of all csv files in the working directory

header

to talk to read.csv, default true

as.is

to talk to read.csv, default true


TheAlexBarth/HelperBox documentation built on Dec. 18, 2021, 4:09 p.m.