Row -wise operations require a special type of grouping where each group consists ... 1 1 3 5 3.5 #> 2 2 4 6 3.5 df %>% rowwise() %>% mutate(m = mean(c(x, y, ...
確定! 回上一頁