added simple example

git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8457 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
Scott R Charlton 2014-02-06 23:28:53 +00:00
parent ad8b26c1e8
commit 6f31050a70

View File

@ -37,5 +37,9 @@ Maintainer: Who to complain to <yourfault@somewhere.net>
~~ \code{\link[<pkg>:<pkg>-package]{<pkg>}} ~~
}
\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=""))
}
}