getOutFile: Import a SORTIE-ND .out File Into R

Description Usage Arguments Value Examples

Description

This function removes the first 5 lines of an .out file and then imports it into a data.frame for further work.

Usage

1
getOutFile(filenames, numsubplots = 1)

Arguments

filenames

A vector or character string of the filenames and paths you want to import. Include path if you're not in directory where the files are located.

Value

This function returns a single data.frame of all the values. If your input files are not the same column number, this will throw an error.

Examples

1
2
# getOutFile("myoutfile.out")
 # getOutFile(c("myoutfile1.out", "myoutfile2.out"))

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