How to get a date from day of year

可紊 提交于 2019-11-30 14:48:49

Google appears to have an answer: https://stat.ethz.ch/pipermail/r-help/2012-March/308013.html

Using first line from second set above as an example:

> strptime(paste("1976", 53), format="%Y %j")
[1] "1976-02-22"
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!