eha (version 2.11.4)

toTime: Calculate duration in years from "0000-01-01" to a given date

Description

Given a vector of dates, the output is a vector of durations in years since "0000-01-01".

Usage

toTime(dates)

Value

A vector of durations, as decribed above.

Arguments

dates

A vector of dates in character form or of class Date

Author

Göran Broström

See Also

toDate

Examples

Run this code

##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.


toTime(c("1897-05-16", "1901-11-21"))

Run the code above in your browser using DataLab