0

我有 rfc 3339 时间戳

 example("2012-04-17T04:58:50.470Z")

有没有可以帮助解码这个值的包

如何使用 r 语言将其转换为小时和分钟

谢谢

4

1 回答 1

0

As Joshua said, as.POSIXct and a couple related functions with "POSIX" in their names do a lot. If you're going to be wrangling date/time strings a lot, take a look at the lubridate package.

于 2012-04-18T12:03:20.113 回答