Creates an 'geotop.inpts' files the keyword and their values of a date.frame like the one returned by declared.geotop.inpts.keywords
Creates an 'geotop.inpts' files the keyword and their values of a date.frame like the one returned by declared.geotop.inpts.keywords
create.geotop.inpts.keyword(df, file = "geotop.inpts.copy", wpath = NULL, comment.lines = "default", header = "default", ...)
df |
data frame returend by |
file |
connetion or file name where to write 'df' |
wpath |
complere path to |
comment.lines |
string or vector of strings to add as comments for each keyword. If it is |
header |
string or vector of strings to add as a header. If it is |
... |
further arguments for |
In case comment.lines
and header
are set equal to "default"
,
they are suitably modified within the function code.
See the example output.
library(geotopbricks) ## Not run: #Simulation working path wpath <- 'https://www.rendena100.eu/public/geotopbricks/simulations/panola13_run2xC_test3' df <- declared.geotop.inpts.keywords(wpath=wpath) create.geotop.inpts.keyword(df=df) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.