Displaying 1 result from an estimated 1 matches for "vec_proxy_equ".
Did you mean:
  vec_proxy_equal
  
2018 Nov 06
0
An update on the vctrs package
...tributes with `vec_restore()`. I?m not sure
    what the base equivalent of `vec_restore()` is, but it makes
    subclassing easier, as described in
    <https://adv-r.hadley.nz/s3.html#s3-subclassing>.
  - `==`, `!=`, `unique()`, `anyDuplicated()`, and `is.na()` are defined
    in terms of `vec_proxy_equal()`. `<`, `<=`, `>=`, `>`, `min()`,
    `max()`, `median()`, `quantile()`, and `xtfrm()` methods are defined
    in terms of `vec_proxy_compare()`. More details + examples at
    <https://vctrs.r-lib.org/articles/s3-vector.html#equality-and-comparison>
  - `+`, `-`, `/`, `*`, `^...