aaggr: 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 array inputs, produces array outputs. Combines by row.

Usage

1
aaggr(directory)

Arguments

directory

path to the directory to search.

Value

a matrix containing the contents of the .rda files in directory.


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