Combine a bunch of sipnet.out files into a single file
Source: R/combine_sipnet_out.R
combine_sipnet_out.RdCombine a bunch of sipnet.out files into a single file
Arguments
- directory
Parent directory to search for
sipnet.outfiles. You must provide either this or an explicit vector offiles.- outfile
File to which combined
sipnet.outwill be written- files
Optional vector of paths to files to combine. All must be readable with
read_sipnet_out(). IfNULL(default), looks for files namedsipnet.outindirectoryand its subdirectories, recursively.