-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
map_vec #435
Comments
Waiting for vector coercion/combination from vctrs |
This probably isn't your preference, but I like the idea of adding a |
The problem is what happens if the |
New `map_vec()`, `map2_vec()`, and `pmap_vec()` return a vector the same length as `x` with type determined by the returned type of `.f`. Fixes #435 `modify()`, `modify_if()`, `modify_at()`, and `modify2()` have been rewritten from scratch. They are no longer generic and should work with a wider range of (future) classes from the vctrs package. Fixes #928 All the tests for these functions have been substantially revamped to do a better job of illustrating the underlying invariants.
Would take a col_type argument a la readr (although the semantics would be a little different)
The text was updated successfully, but these errors were encountered: