> y<-"Jan 1,2014 13:50"
> strptime(y, "%B %d, %Y %H:%M")
[1] NA
为什么转换不了呢
win10系统 R3.2.4
y 中的“,”和“2014”之间没有空格, 而你stripetime 中相应位置处有空格, 去掉试试