您好,我可以将我的时间列导入为时间格式或 date_time 格式它返回 NA,我该如何处理,first_form 应该是时间格式,并且在预览中看起来像 last_form(当前是字符)? 在此处输入图像描述
Inmigrations <- read_excel("Inmigrations.xlsx",
col_types = c("skip", "skip", "skip",
"skip", "text", "date", "text", "text",
"numeric", "text", "numeric", "date"))