powered by
Returns the accumulated input as a character vector.
phrGetAccumulatedLines()
A character vector containing the accumulated input.
https://water.usgs.gov/water-resources/software/PHREEQC/IPhreeqc.pdf
Other Accumulate: phrAccumulateLine(), phrClearAccumulatedLines(), phrRunAccumulated()
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")
Run the code above in your browser using DataLab