Displaying 1 result from an estimated 1 matches for "wrorri".
Did you mean:
wrorry
2007 Jul 14
3
unixtime conversion
Hi,
is there an R function to convert unixtime to one of the R time
formats (using chron or POSIXct)?
Example data:
unixtime year month day hour
1183377301 2007 7 2 13
I would like to only use the first column.
If such a function does not exist: What would be a good input format
for R (I could parse the input using AWK or other GNU/Linux tools).
TIA,