iphreeqc/R/phreeqc/man/phrRunFile.Rd
Scott R Charlton 668817a8d5 more methods finished
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@8426 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2014-02-05 01:53:18 +00:00

49 lines
826 B
R

\name{phrRunFile}
\alias{phrRunFile}
\title{
Run phreeqc input file
}
\description{
phrRunFile executes a phreeqc run
}
\synopsis{
phrRunFile(filename)
}
\usage{
phrRunFile(filename)
}
\arguments{
\item{filename}{
The file name of the phreeqc input file.
}
} %END arguments
\details{
Any details about the operation of this function should go here.
} %END details
\value{
This function returns NULL.
}
\references{
Literature references and web URLs can go here.
}
\author{
Scott Charlton <charlton@usgs.gov>
Lopaka(Rob) Lee <rclee@usgs.gov>
}
\seealso{
\code{\link{phrReadString}},
\code{\link{phrRun}},
\code{\link{phrGetSelectedOutput}}
}
\examples{
# This will only work if ex1 is in the current directory
phrRunFile("phreeqc/ex1")
}
\keyword{interface}