rmf_read reads in a MODFLOW model and returns it as a modflow object
rmf_read(
  file = {     cat("Please select nam file ...\n")     file.choose() },
  output = FALSE,
  precision = "single",
  verbose = TRUE
)
    | file | NAME file; typically '*.nam'  | 
    
|---|---|
| output | logical; should output also be read. Defaults to FALSE.  | 
    
| precision | either   | 
    
| verbose | logical; should information on reading files be printed to the console ? Defaults to TRUE.  | 
    
a modflow object which is a list containing all MODFLOW packages and optionally, model output