phrGetAccumulatedLines {phreeqc} | R Documentation |
Returns the accumulated input as a character vector.
phrGetAccumulatedLines()
A character vector containing the accumulated input.
ftp://brrftp.cr.usgs.gov/pub/charlton/iphreeqc/IPhreeqc.pdf
Other Accumulate: phrAccumulateLine
,
phrClearAccumulatedLines
,
phrRunAccumulated
# This example loads some keyword input and displays the contents. phrAccumulateLine("SOLUTION 1") phrAccumulateLine("END") cat("The accumulated input is:", phrGetAccumulatedLines(), sep = "\n")