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

New argument skip_absent= for colnamesInt() not to error when some columns are not found #6067

Closed
MichaelChirico opened this issue Apr 10, 2024 · 1 comment · Fixed by #6068

Comments

@MichaelChirico
Copy link
Member

          More general would be an argument `skip_absent=` to `colnamesInt`, then the change can be even easier:
neworder = colnamesInt(x, neworder, check_dups=FALSE, skip_absent=skip_absent)

But I think that's better for follow-up.

Originally posted by @MichaelChirico in #6044 (comment)

@Nj221102
Copy link
Contributor

Nj221102 commented Apr 10, 2024

I am working on this :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants