As of right now, as far as I can tell, the documentation for the new
native |> pipe still says that it's experimental.
https://github.com/wch/r-source/blob/trunk/src/library/base/man/pipeOp.Rd#L45
*Pipe support is experimental and may change prior to release.*
Also still in the 4-1 bran
OK, zapped the \note for 4-1-branch (for now). This close to release, changes
have to be very small and safe to be allowed in, so anything more than that
will have to wait for a later version.
- Peter
> On 17 May 2021, at 19:20 , Ben Bolker wrote:
>
> As of right now, as far as I can tell, t
Hello,
Kindly revise the documentation for `mode` to reflect
foo <- function () {}
typeof(foo)
# [1] "closure"
mode(foo)# [1] "function"
`help(mode)` states:
Modes have the same set of names as types (see typeof) except that
types "integer" and "double" are returned as "numeric".
types