-
Notifications
You must be signed in to change notification settings - Fork 66
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
Give list_all_vectors()
and list_check_all_vectors()
ptype
and size
arguments?
#1582
Comments
Or maybe we should implement This would error if any element of |
Also useful here tidyverse/purrr#935 |
I think we have decided to implement:
The ptype check is a little strange, because do you really want |
Because sometimes you want to check that a list is homogeneous in its type, or that all elements are the same size
tidyverse/dplyr#6300 (comment)
tidyverse/dplyr#6300 (comment)
The
ptype
arg might be a little tricky, becausevec_assert(ptype =)
is a little hard to formalize, and would need to be translated to CThe text was updated successfully, but these errors were encountered: