multMerge: Combine multiple files

Description Usage Arguments Author(s) See Also

Description

Read and combine multiple results files from a folder. The results are combined using cbind and the row order in each file must be the same.

Usage

1
multMerge(mypath, pattern="*\\.out", header=FALSE, sep=" ")

Arguments

mypath

Path to folder.

pattern

Unique pattern that matches files to be be read and combined using Perl style regular expressions.

header

A logical value indicateing if the file contains a header row. Default = FALSE

sep

The field separator character.

Author(s)

Matthew Zinkgraf, Matthew.Zinkgraf@wwu.edu

See Also

list.files


mzinkgraf/fastOC documentation built on May 13, 2019, 3:01 a.m.