gpt4 book ai didi

r - magrittr 中的习语 x <- x %>%

转载 作者:行者123 更新时间:2023-12-04 11:42:16 26 4
gpt4 key购买 nike

使用 magrittr(或 dplyr),我发现自己经常使用以下模式:

x <- x %>%
fun %>%
fun

是否有常用的快捷方式或习语?我的意思是,一个操作数,例如%^>%,可以用它来写:
x %^>% fun ...

最佳答案

我想你想要 %<>%。不过,您必须明确加载 magrittr,至少我是这样做的。退房 the reference manual on cran (第 7 页)。

关于r - magrittr 中的习语 x <- x %>%,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29735722/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com