read_csvs: Read multiple csv files

Description Usage Arguments Value Examples

View source: R/read_csvs.R

Description

This function is deprecated. Use purrr with map(read_csv); reduce(rbind)approach. This function will load all the csv files from the given directory with the selected pattern.

Usage

1
read_csvs(folder_path, pattern = "*.csv$")

Arguments

folder_path

Folder path where the files will be loaded from.

pattern

Pattern to match files. Default is "*.csv"

Value

Multiple dataframes

Examples

1
None.

MirzaCengic/Rahat documentation built on May 28, 2019, 1:53 p.m.