如何用as.Date()函数将'2-2013-1'转化成"2013-01-02"
A、as.Date('2-2013-1',format='%d-%y-%m');
B、as.Date('2-2013-1',format='%d-%Y-%m');
C、as.Date('2-2013-1',format='%m-%Y-%d');
D、as.Date('2-2013-1',format='%y-%m-%d')
发布时间:2025-06-10 05:47:14
A、as.Date('2-2013-1',format='%d-%y-%m');
B、as.Date('2-2013-1',format='%d-%Y-%m');
C、as.Date('2-2013-1',format='%m-%Y-%d');
D、as.Date('2-2013-1',format='%y-%m-%d')