fConvertTimeToPosix: Convert different time formats to POSIX

Description Usage Arguments Details Value Author(s) Examples

Description

The different time formats are converted to POSIX (GMT) and a 'TimeDate' column is prefixed to the data frame

Usage

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")

Arguments

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

Details

Implemented time formats:

Value

Data frame with prefixed POSIX time column.

Author(s)

AMM (Department for Biogeochemical Integration at MPI-BGC, Jena, Germany)

Examples

1
# See unit test in test_fConvertTimeToPosix for example

Example output



REddyProc documentation built on May 2, 2019, 5:19 p.m.