Description Usage References See Also Examples
Clears the accumulated input buffer. The input buffer is accumulated from
calls to the phrAccumulateLine
method.
1 |
ftp://brrftp.cr.usgs.gov/pub/charlton/iphreeqc/IPhreeqc.pdf
Other Accumulate: phrAccumulateLine
,
phrGetAccumulatedLines
,
phrRunAccumulated
1 2 3 4 5 6 7 | # This example loads some keyword input, clears the input, and displays
# the results.
phrAccumulateLine("SOLUTION 1")
phrAccumulateLine("END")
cat("The accumulated input is:", phrGetAccumulatedLines(), sep = "\n")
phrClearAccumulatedLines()
cat("The accumulated input now is:\n", phrGetAccumulatedLines(), sep = "\n")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.