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

rbind fails on data frames with matchr vector columns #19

Open
dwachsmuth opened this issue May 29, 2021 · 0 comments
Open

rbind fails on data frames with matchr vector columns #19

dwachsmuth opened this issue May 29, 2021 · 0 comments

Comments

@dwachsmuth
Copy link
Member

The problem is that rbind.data.frame is calling levels on the matchr columns, and there is no method for them. Defining levels.matchr_signature <- levels.default doesn't fix the problem.

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

No branches or pull requests

1 participant