我在R软件中编写了以下脚本,以便在预期的队列数据中转换日期格式。但是,我得到一个奇怪的错误。大家可以帮帮我吗?有什么想法吗?
代码:
for(col in colnames(outcome)){
if(startsWith(col, "eventdate_")){
outcome[, col] <- as.Date(outcome[, col],"%Y-%m-%d")
}
}
错误: as.Date.default出错(结果[,col],格式=&#34;%Y-%m-%d&#34;): 不知道如何转换&#39;结果[,col]&#39;上课“日期”