toTime | R Documentation |
Given a vector of dates, the output is a vector of durations in years since "0000-01-01".
toTime(dates)
dates |
A vector of dates in character form or of class |
A vector of durations, as decribed above.
Göran Broström
toDate
##---- 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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.