Whether to enable R's experimental pipe-bind operator => (x |> name => body) by setting
_R_USE_PIPEBIND_ for the R session. R itself keeps this off by default, as the operator is
experimental and has never shipped in a release version of R; off by default here as well.
Whether to enable R's experimental pipe-bind operator
=>(x |> name => body) by setting_R_USE_PIPEBIND_for the R session. R itself keeps this off by default, as the operator is experimental and has never shipped in a release version of R; off by default here as well.