We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
named
r_vector
Add named() feature for r_vector
named()
Current approach to checking if an r_vector is named is not super intuitive.
named() should return x.names() == R_NilValue;
x.names() == R_NilValue;
Similar to issue #182
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Add
named()
feature forr_vector
Current approach to checking if an
r_vector
is named is not super intuitive.named()
should returnx.names() == R_NilValue;
Similar to issue #182
The text was updated successfully, but these errors were encountered: