phrGetAccumulatedLines: Retrieve the accumulated input.

View source: R/phreeqc.R

phrGetAccumulatedLinesR 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")


phreeqc documentation built on Jan. 24, 2023, 1:08 a.m.