View source: R/proxistat.assemble.chunks.R
proxistat.assemble.chunks | R Documentation |
read files storing proxistat result chunks and assemble into one result
proxistat.assemble.chunks(files, folder = getwd())
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() |
Matrix that contains combined results found in all the files
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.