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