Learn R Programming

thinkr (version 0.16)

from_excel_to_posixt: transform the excel numeric date format into POSIXct

Description

transform the excel numeric date format into POSIXct

Usage

from_excel_to_posixt(vec, origin = "1904-01-01")

Arguments

vec

a vector

origin

a date-time object, or something which can be coerced by as.POSIXct(tz = "GMT") to such an object.