Robuta

Sponsor of the Day: Jerkmate
https://attack-vectors.bearblog.dev/ ATTCK VCTRS in which I go off on my own design philosophy vctrs https://vctrs.r-lib.org/reference/vec_as_names.html Retrieve and repair names — vec_as_names • vctrs vec_as_names() takes a character vector of names and repairs it according to the repair argument. It is the r-lib and tidyverse equivalent of... retrieverepairnamesvecvctrs https://vctrs.r-lib.org/reference/vec_slice.html Get or set observations in a vector — vec_slice • vctrs getsetobservationsvectorslice https://vctrs.r-lib.org/news/index.html Changelog • vctrs changelogvctrs https://vctrs.r-lib.org/reference/vec_if_else.html Vectorized if-else — vec_if_else • vctrs vec_if_else() is a vectorized if-else. Compared to the base R equivalent, ifelse(), this function allows you to handle missing values in the condition with... vectorizedelsevctrs