RPhreeWriteInp {Rphree}R Documentation

RPhreeWriteInp

Description

Write an input buffer to a file on disk.

Usage

RPhreeWriteInp(ofile, input)

Arguments

ofile

designated file the input will be written to.

input

the input buffer.

Details

It really just opens a file and uses "writeLines"" for writing the input to it.

Author(s)

MDL


[Package Rphree version 0.1-7 Index]