rmfi_parse_variables | R Documentation |
Read modflow variables If all are numbers, returns numeric, otherwise returns character vector
rmfi_parse_variables( remaining_lines, n, nlay = NULL, character = FALSE, format = "free", ... )
n |
integer; number of variables to be returned. Only used when format is |
nlay |
integer; number of layers for which values are to be read. Only used when format is |
character |
logical; should a character vector be returned. Prevents conversion from character names to numeric. Defaults to FALSE. Useful if only characters are present on the line. |
format |
character, either |
... |
ignored |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.