phrGetAccumulatedLines {phreeqc}R Documentation

Retrieve the accumulated input.

Description

Returns the accumulated input as a character vector.

Usage

phrGetAccumulatedLines()

Value

A character vector containing the accumulated input.

References

https://water.usgs.gov/water-resources/software/PHREEQC/IPhreeqc.pdf

See Also

Other Accumulate: phrAccumulateLine(), phrClearAccumulatedLines(), phrRunAccumulated()

Examples


# This example loads some keyword input and displays the contents.
phrAccumulateLine("SOLUTION 1")
phrAccumulateLine("END")
cat("The accumulated input is:", phrGetAccumulatedLines(), sep = "\n")


[Package phreeqc version 3.8.0 Index]