search for: new_vctr

Displaying 1 result from an estimated 1 matches for "new_vctr".

Did you mean: new_var
2018 Nov 06
0
An update on the vctrs package
...ence more likely to be bug free. You can read more about size- and type-stability at <https://vctrs.r-lib.org/articles/stability.html>. This vignette includes a detailed analysis of `c()` and a type- and size-stable alternative called `vec_c()`. ## New vector types Finally, vctrs provides `new_vctr()` and `new_rcrd()` to make it easier to define new classes, following the conventions that I?ve found helpful, including writing a constructor function that enforces the types of the underlying vector and its attributes (more details at <https://adv-r.hadley.nz/s3.html>\>). vctrs also mak...