Retrieve the accumulated input.
Returns the accumulated input as a character vector.
phrGetAccumulatedLines()
A character vector containing the accumulated input.
Other Accumulate: phrAccumulateLine
,
phrClearAccumulatedLines
,
phrRunAccumulated
# This example loads some keyword input and displays the contents. phrAccumulateLine("SOLUTION 1") phrAccumulateLine("END") cat("The accumulated input is:", phrGetAccumulatedLines(), sep = "\n")
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.