Learn R Programming

phreeqc (version 3.6.3)

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

ftp://brrftp.cr.usgs.gov/pub/charlton/iphreeqc/IPhreeqc.pdf

See Also

Other Accumulate: phrAccumulateLine, phrClearAccumulatedLines, phrRunAccumulated

Examples

Run this code
# NOT RUN {
# 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