A <- c("a", "b", "c", "", "") B<- c("d", "e", "f", "g", "h") df <- data.frame(A, B) 向df新增C列,且C列值体现为. C <- c("a", "b", "c", "g", ...
確定! 回上一頁