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
vec_rbind(<table with numeric values>) #1190
Comments
DavisVaughan
added a commit
to business-science/tibbletime
that referenced
this issue
Jul 20, 2020
I just learned that
x <- summary(mtcars$mpg)
class(x)
#> [1] "summaryDefault" "table"
x
#> Min. 1st Qu. Median Mean 3rd Qu. Max.
#> 10.40 15.43 19.20 20.09 22.80 33.90 Created on 2020-07-20 by the reprex package (v0.3.0) It seems to be more like a wrapper type around integer / numeric arrays |
lionel-
added a commit
to lionel-/vctrs
that referenced
this issue
Aug 26, 2020
lionel-
added a commit
to lionel-/vctrs
that referenced
this issue
Aug 27, 2020
lionel-
added a commit
that referenced
this issue
Aug 27, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Created on 2020-07-16 by the reprex package (v0.3.0.9001)
This is the root cause of keyATM/keyATM#145, mentioned in tidyverse/dplyr#5376.
In keyATM/keyATM#145, I propose a solution that works around it by essentially cancelling the "tableness" of the object as I presume it's not useful. I'm not sure we would want to cover objects like:
Created on 2020-07-16 by the reprex package (v0.3.0.9001)
but the error message was not helpful in keyATM/keyATM#145
The text was updated successfully, but these errors were encountered: