read_csv_folder: read_csv_folder

Description Usage Arguments

Description

Read csv for each file in a folder. Useful if you have a datasource that was broken up into multiple files, e.g., one file per year, and you want to combine the files into a single result. Returns a list of tibbles (you will do the combining on your own).

Usage

1
read_csv_folder(path, pattern = ".csv", col_types = NULL, ...)

Arguments

path

path to the folder you want to read

pattern

passthrough pattern for list.files

col_types

passthrough col_types to read_csv

...

Additional arguements to read_csv


rgknight/knightr documentation built on May 27, 2019, 7:22 a.m.