RPhreeWriteInp {Rphree} | R Documentation |
Write an input buffer to a file on disk.
RPhreeWriteInp(ofile, input)
ofile |
designated file the input will be written to. |
input |
the input buffer. |
It really just opens a file and uses "writeLines"" for writing the input to it.
MDL