diff --git a/R/phreeqc/man/phreeqc-package.Rd b/R/phreeqc/man/phreeqc-package.Rd index 62a24509..2a72d537 100644 --- a/R/phreeqc/man/phreeqc-package.Rd +++ b/R/phreeqc/man/phreeqc-package.Rd @@ -37,5 +37,9 @@ Maintainer: Who to complain to ~~ \code{\link[:-package]{}} ~~ } \examples{ -~~ simple examples of the most important functions ~~ +phrLoadDatabase("phreeqc/phreeqc.dat") +phrOutputFileOn(TRUE) +if (is.null(phrRunFile("ex1")) { + cat(paste("see ", phrGetOutputFileName(), ".\n", sep="")) +} }