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

FR: vec_t() #1144

Closed
krlmlr opened this issue Jun 12, 2020 · 1 comment
Closed

FR: vec_t() #1144

krlmlr opened this issue Jun 12, 2020 · 1 comment

Comments

@krlmlr
Copy link
Member

krlmlr commented Jun 12, 2020

To solve downstream tidyverse/tibble#784 and tidyverse/tibble#785.

Why on earth is t() simplifying for me?

I can implement if we agree this is a good idea.

x <- list(1, 2)
t(x)
#>      [,1] [,2]
#> [1,] 1    2

Created on 2020-06-12 by the reprex package (v0.3.0)

@krlmlr
Copy link
Member Author

krlmlr commented Jun 12, 2020

It's a list, looks like a numeric.

@krlmlr krlmlr closed this as completed Jun 12, 2020
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