Description Usage Arguments Details Value Author(s) Examples
The different time formats are converted to POSIX (GMT) and a 'TimeDate' column is prefixed to the data frame
1 2 3 | fConvertTimeToPosix(Data.F, TFormat.s, Year.s = "none",
Month.s = "none", Day.s = "none", Hour.s = "none",
Min.s = "none", TName.s = "DateTime")
|
Data.F |
Data frame with time columns to be converted |
TFormat.s |
Abbreviation for implemented time formats |
Year.s |
Column name of year |
Month.s |
Column name of month |
Day.s |
Column name of day |
Hour.s |
Column name of hour |
Min.s |
Column name of min |
TName.s |
Column name of new column |
Implemented time formats:
Data frame with prefixed POSIX time column.
AMM (Department for Biogeochemical Integration at MPI-BGC, Jena, Germany)
1 | # See unit test in test_fConvertTimeToPosix for example
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.