phrGetAccumulatedLines | R Documentation |
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()
# This example loads some keyword input and displays the contents.
phrAccumulateLine("SOLUTION 1")
phrAccumulateLine("END")
cat("The accumulated input is:", phrGetAccumulatedLines(), sep = "\n")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.