tibble is a package that defines a new data frame class for R, the tbl_df . ... library("tibble") tibble(x = 1:3, y = c("A", "B", "C")) #> # A tibble: 3 × 2 ...
確定! 回上一頁