proxistat.assemble.chunks: read files storing proxistat result chunks and assemble into...

View source: R/proxistat.assemble.chunks.R

proxistat.assemble.chunksR Documentation

read files storing proxistat result chunks and assemble into one result

Description

read files storing proxistat result chunks and assemble into one result

Usage

proxistat.assemble.chunks(files, folder = getwd())

Arguments

files

Required character vector of names of .RData files to read and combine

folder

Optional character element specifying directory where files are stored, defaults to getwd()

Value

Matrix that contains combined results found in all the files

Examples

## Not run: 
 fnames=proxistat.chunked(testpoints(10), testpoints(5), fromchunksize = 4, assemble=FALSE, 
   folder=file.path(getwd(), 'temp'))
 output=proxistat.assemble.chunks(files=fnames, folder=file.path(getwd(), 'temp'))
  
## End(Not run)

ejanalysis/proxistat documentation built on April 2, 2024, 10:13 a.m.