Learn R Programming

phreeqc (version 3.7.6)

phrGetAccumulatedLines: Retrieve the accumulated input.

Description

Returns the accumulated input as a character vector.

Usage

phrGetAccumulatedLines()

Arguments

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

Run this code

# 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