RPhreeFile {Rphree} | R Documentation |
Reads a normal PHREEQC input file and prepares it for
Rphree
RPhreeFile(filein, is.db = FALSE, tabs = TRUE)
filein |
PHREEQC input script to read. |
is.db |
Logical. Set to TRUE if reading a database, for performing additional checks. |
tabs |
Logical, defaults to TRUE. Should we replace tabulation with spaces? |
content for DETAILS: todo!
A buffer (character vector, one line per element) containing a synthctically valid PHREEQC input
MDL
## Not run: inp <- RPhreeFile("test.phrq") db <- RPhreeFile("db/phreeqc.dat",is.db=TRUE) ## End(Not run)