write.geotop.table {geotopbricks} | R Documentation |
Writes an R object (data.frame
or zoo
) into a CSV file readible by GEOtop.
Description
Writes an R object (data.frame
or zoo
) into a CSV file readible by GEOtop.
Usage
write.geotop.table(
x,
file,
wpath = NULL,
tz = "Etc/GMT-1",
date_field = "Date12.DDMMYYYYhhmm.",
file_end = "",
sep = ",",
format = "%d/%m/%Y %H:%M",
na = "-9999",
...
)
Arguments
x |
R object ( |
file |
filename |
wpath |
working path to the GEOtop simlation. If |
tz |
time zone. Default is |
date_field |
string used for date-time field. Deafult is |
file_end |
suffix of the file name ( |
sep |
separator character. Default is |
format |
date time format. Default is |
na |
string for unassigned values. Defaults is |
... |
further arguments for |