Learn R Programming

geotopbricks (version 1.3.3)

declared.geotop.inpts.keywords: 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, ...)

Arguments

wpath
working directory containing GEOtop files
inpts.file
name of the GEOtop configuration file. Default is "geotop.inpts"
comment
comment indicator charcater. Default is "!"
exceptions
string vector. If keywords contain an element of this vector, the blank spaces in Value "" will not be removed.
warn
logical argument of readLines. Default is FALSE.
...
further arguments of readLines

Value

  • a data frame with two columns: Keyword and Value

See Also

get.geotop.inpts.keyword.value