RPhreeFile {Rphree}R Documentation

Read a normal PHREEQC input file and prepare it for Rphree

Description

Reads a normal PHREEQC input file and prepares it for Rphree

Usage

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

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

[Package Rphree version 0.1-7 Index]