You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arguably logicals are also "integer like", but the main use case is the all-NA input vectors. When a user enters xyz(arg = NA) and arg is intended to be an integer the cpp level conversion with as_integers fails.
For this reason as_integers is still incomplete because we still need a custom wrapper around as_integer for logicals internally.
Would be really great if it could be done as part of #265 (cc @DavisVaughan)
The text was updated successfully, but these errors were encountered:
Arguably logicals are also "integer like", but the main use case is the all-NA input vectors. When a user enters
xyz(arg = NA)
and arg is intended to be an integer the cpp level conversion withas_integers
fails.For this reason
as_integers
is still incomplete because we still need a custom wrapper aroundas_integer
for logicals internally.Would be really great if it could be done as part of #265 (cc @DavisVaughan)
The text was updated successfully, but these errors were encountered: