% Generated by roxygen2: do not edit by hand % Please edit documentation in R/Rphree_Files.R \name{ReadOut} \alias{ReadOut} \title{ReadOut, parse a PHREEQC output file} \usage{ ReadOut(out) } \arguments{ \item{out}{The PHREEQC output file.} } \value{ An output list, as if the simulation would have being run through Rphree (the same blocks and the same names are returned) } \description{ Reads a phreeqc output file and forms a results list as if the calculation were made with Rphree. } \details{ Currently all blocks are read. For simulations with kinetics the function to use is \code{\link{ReadOutKin}}. } \examples{ \dontrun{ out <- ReadOut("ex.out") } } \author{ MDL }