read_batch: Read all files in a folder into a data.frame.

Description Usage Arguments Value

Description

Read all files in a folder into a data.frame.

Usage

1
read_batch(outfolder = ".", pattern = "\\.RDS", .combine = bind_rows)

Arguments

outfolder

What folder to read from (string).

pattern

Pattern to use to filter the files (default: .RDS).

.combine

Function to use to combine the files (default: bind_rows)

Value

The combined result.


artichaud1/dobatch documentation built on May 21, 2019, 9:34 a.m.