There are two common methods you can use to transpose a data frame in R: Method 1: Use Base R #transpose data frame t(df).
確定! 回上一頁