The next example illustrates indexing rows by position and columns by name. mtcars[1:6, c("mpg", "wt")] # [rows, columns] mpg ...
確定! 回上一頁