問題タブ [non-standard-evaluation]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
619 参照

r - パッケージで rlang 演算子を使用するには?

私は tidyverse 関数を使用するパッケージ、つまり非標準の評価を使用するパッケージを作成していますdplyr::filter。たとえば、次のようになります。

私は!!オペレーターを使用しています (そして、おそらくパッケージから他のいくつかを使用します) 。この質問で説明されているようrlangに、 pipe-operator のように明示的にインポートする必要があるかどうか疑問に思っています: R: use magrittr pipe operator in自筆パッケージ%>%

usethis::use_pipe()からの演算子以外に同等のものはありrlangますか?