declared.geotop.inpts.keywords {geotopbricks} | R Documentation |
Collects all keywords contained in the 'getop.inpts' configuration files and their values in a data frame object.
Description
Collects all keywords contained in the 'getop.inpts' configuration files and their values in a data frame object.
Usage
declared.geotop.inpts.keywords(
wpath,
inpts.file = "geotop.inpts",
comment = "!",
exceptions = "Date",
warn = FALSE,
no.comment = c("!>!", "!>>!"),
...
)
Arguments
wpath |
working directory containing GEOtop files |
inpts.file |
name of the GEOtop configuration file. Default is |
comment |
comment indicator charcater. Default is |
exceptions |
string vector. If keywords contain an element of this vector, the blank spaces in Value |
warn |
logical argument of |
no.comment |
string indicatos read as comment ones by GEOtop but they do not indicate comments by "geotopbricks" package. |
... |
further arguments of |
Value
a data frame with two columns: Keyword
and Value
See Also
get.geotop.inpts.keyword.value
[Package geotopbricks version 1.5.8.2 Index]