HaskellR
HaskellR copied to clipboard
Literal Instance for UTCTime
Time and date values are very common primitive type for statistical data. It would be very useful to have support for UTCTime values in HaskellR.
I've been able to pass in time values by first converting to an Int32 representation of UNIX Epoch time and than unconverting back to R date and times as described in: https://stat.ethz.ch/R-manual/R-devel/library/base/html/DateTimeClasses.html