Skip to contents

Combine a bunch of sipnet.out files into a single file

Usage

combine_sipnet_out(directory, outfile, files = NULL)

Arguments

directory

Parent directory to search for sipnet.out files. You must provide either this or an explicit vector of files.

outfile

File to which combined sipnet.out will be written

files

Optional vector of paths to files to combine. All must be readable with read_sipnet_out(). If NULL (default), looks for files named sipnet.out in directory and its subdirectories, recursively.

Value

outfile (path to output file), invisibly