phrGetLogFileName | R Documentation |
Retrieves the name of the log file. The default name is phreeqc.0.log.
phrGetLogFileName()
The name of the log file as a string.
https://water.usgs.gov/water-resources/software/PHREEQC/IPhreeqc.pdf
Other Log:
phrGetLogFileOn()
,
phrGetLogStrings()
,
phrGetLogStringsOn()
,
phrSetLogFileName()
,
phrSetLogFileOn()
,
phrSetLogStringsOn()
# This example checks to see if the log file is turned on
# and prints the appropriate message
if (phrGetLogFileOn()) {
cat("The name of the log file (is/will be):", phrGetLogFileName(), "\n")
} else {
cat("The log file is not turned on\n")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.