llggr: Aggregate the '.rda' files in a given directory

Description Usage Arguments Value

View source: R/rdaggregate.R

Description

Read all the files in a directory ending in ".rda" and combine their contents by either cbind or rbind. Assumes each .rda file contains a single object. Assumes list inputs, produces list outputs. Combines by row.

Usage

1
llggr(directory)

Arguments

directory

path to the directory to search.

Value

list containing the contents of the .rda files in directory.


3inar/einr documentation built on May 5, 2019, 10:43 a.m.