RPhreeFile: Read a normal PHREEQC input file and prepare it for Rphree

Description Usage Arguments Details Value Author(s) Examples

Description

Reads a normal PHREEQC input file and prepares it for Rphree

Usage

1
RPhreeFile(filein, is.db = FALSE, tabs = TRUE)

Arguments

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?

Details

content for DETAILS: todo!

Value

A buffer (character vector, one line per element) containing a synthctically valid PHREEQC input

Author(s)

MDL

Examples

1
2
3
## Not run: inp <- RPhreeFile("test.phrq")
db <- RPhreeFile("db/phreeqc.dat",is.db=TRUE)
## End(Not run)

Rphree documentation built on May 2, 2019, 6:09 p.m.