Мог бы сделать Split <- strsplit(as.character(df$Dates), , fixed = TRUE) Dates <- sapply(Split, [, 1) Rates <- sapply(Split, [, 2)
確定! 回上一頁