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

support for "table" #904

Closed
romainfrancois opened this issue Mar 10, 2020 · 1 comment · Fixed by #909
Closed

support for "table" #904

romainfrancois opened this issue Mar 10, 2020 · 1 comment · Fixed by #909
Labels

Comments

@romainfrancois
Copy link
Contributor

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)

@hadley hadley added the dplyr label Mar 10, 2020
@hadley
Copy link
Member

hadley commented Mar 10, 2020

@DavisVaughan could you please take a look at the minimal methods needed here?

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

Successfully merging a pull request may close this issue.

2 participants