list_model = strsplit(mtcars$Model," "). # this thing can be done with sapply. list_model[[1]][1]. list_model[[2]][1]. list_model[[3]][1].
確定! 回上一頁