wtInputFileLines.RdThis function transforms a WTAQ configuration as generated with
wtConfigure into a vecotor of text lines. These text lines,
written to a file, can be used as input file to the WTAQ drawdown modelling
software.
wtInputFileLines(configuration = wtConfigure(), sep = "\t\t", dbg = FALSE)
| configuration | WTAQ configuration as generated by |
|---|---|
| sep | Separator to be placed between parameter values and parameter names. Default: two tab characters. |
| dbg | if TRUE, debug message are shown, else not. Default: FALSE |
character vector with each element representing one row of the input file.