We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
qnikst
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: