read_stack: Read in and stack a vector of data frames

Description Usage Arguments Value

View source: R/download-them-all.R

Description

Read in a vector of files, that become data frames, stacking them together with bind_rows() the most memory-efficient way possible.

Usage

1
read_stack(flist, readfnc = readRDS, verbose = FALSE, ...)

Arguments

flist

Character vector of files (in current working directory)

readfnc

Function to use to read in the files in the list (default is readRDS)

verbose

Print a message on each iteration

...

additional parameters passed to readfnc

Value

The bind_row()ed dataset


rdisalv2/dismisc documentation built on Nov. 2, 2021, 1:34 a.m.