Writes an R object (data.frame or zoo) into a CSV file readible by GEOtop.
Writes an R object (data.frame
or zoo
) into a CSV file readible by GEOtop.
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", ...)
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 |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.