combineFiles: Combine All Files In A List

Description Usage Arguments Value

Description

This function combines all files in a given list and outputs them into one file. It reads in the order that listfiles is received.

Usage

1
combineFiles(listfiles, outfilename, exec = TRUE)

Arguments

listfiles

The list of files to be read in. You can use "list.files()" to generate these.

outfilename

The name of the file, including extension, that we want to write.

exec

If true, the code will execute. If false, the code will print to a list.

Value

This function, if exec=FALSE, will return the expected output of the written outfile.


ecology-rocks/grammaR documentation built on May 15, 2019, 7:58 p.m.