2017-02-18 42 views

回答

1

使用本機dplyr方式來總結列,並在?mutateUse NULL to drop a variable.規定:

iris %>% 
    mutate(Sepal.Length + Petal.Length, Sepal.Length = NULL, Petal.Length = NULL) 
+0

非常感謝你。 –