View source: R/create.geotop.inpts.keywords.R
create.geotop.inpts.keyword | R Documentation |
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.
writeLines
,declared.geotop.inpts.keywords
library(geotopbricks)
## Not run:
#Simulation working path
wpath <-
'https://raw.githubusercontent.com/ecor/geotopbricks_doc/master/simulations/panola13_run2xC_test3'
## URL path (RAW VERSION) of
## https://github.com/ecor/geotopbricks_doc/tree/master/simulations/panola13_run2xC_test3
df <- declared.geotop.inpts.keywords(wpath=wpath)
create.geotop.inpts.keyword(df=df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.