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
originally tidyverse/dplyr#4963
vctrs::vec_c(table("tennis")) #> Error: Can't find vctrs or base methods for concatenation. #> vctrs methods must be implemented for class `table`. #> See <https://vctrs.r-lib.org/articles/s3-vector.html>.
Created on 2020-03-10 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered:
@DavisVaughan could you please take a look at the minimal methods needed here?
Sorry, something went wrong.
vec_ptype2()
vec_cast()
Successfully merging a pull request may close this issue.
originally tidyverse/dplyr#4963
Created on 2020-03-10 by the reprex package (v0.3.0)
The text was updated successfully, but these errors were encountered: