From 6f31050a70c38220fd3371a3194eb1f49d4547b5 Mon Sep 17 00:00:00 2001 From: Scott R Charlton Date: Thu, 6 Feb 2014 23:28:53 +0000 Subject: [PATCH] added simple example git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8457 1feff8c3-07ed-0310-ac33-dd36852eb9cd --- R/phreeqc/man/phreeqc-package.Rd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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="")) +} }