Description Usage Details Value References See Also Examples
Retrieves a character vector containing any error messages that were generated
during the last invocation of the following methods:
phrAccumulateLine
, phrLoadDatabase
,
phrLoadDatabaseString
, phrRunAccumulated
,
phrRunFile
, phrRunString
1 |
This routine is rarely needed when running interactively since the error string is displayed when it occurs.
The error messages as a character vector.
ftp://brrftp.cr.usgs.gov/pub/charlton/iphreeqc/IPhreeqc.pdf
Other Error: phrGetErrorFileName
,
phrGetErrorFileOn
,
phrGetErrorStringsOn
,
phrSetErrorFileName
,
phrSetErrorFileOn
,
phrSetErrorStringsOn
1 2 3 4 | # loaddatabase should fail
n <- try(phrLoadDatabase("missing.dat"), silent = TRUE)
# if n is non-NULL display error string
if (!is.null(n)) phrGetErrorStrings()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.