Skip to content
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

Should rlang::is_vector(x) be is.atomic(x)? #27

Closed
Lextuga007 opened this issue Mar 19, 2024 · 1 comment · Fixed by #30
Closed

Should rlang::is_vector(x) be is.atomic(x)? #27

Lextuga007 opened this issue Mar 19, 2024 · 1 comment · Fixed by #30
Labels
question Further information is requested

Comments

@Lextuga007
Copy link
Member

It doesn't seem to be causing any issues but I encountered issues when I tried to use similar code in {NHSRpopulation} as the function was returning TRUE for a tibble as a vector.

http://adv-r.had.co.nz/Data-structures.html#:~:text=Use%20is.,object%20is%20actually%20a%20vector

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant