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

Expand contents of list columns with bare atomics #403

Open
krlmlr opened this issue Dec 25, 2021 · 1 comment
Open

Expand contents of list columns with bare atomics #403

krlmlr opened this issue Dec 25, 2021 · 1 comment
Milestone

Comments

@krlmlr
Copy link
Member

krlmlr commented Dec 25, 2021

First three elements only, if there's space.

tidyverse/tibble#892 (comment)

Closes tidyverse/tibble#892.

@krlmlr krlmlr added this to the 1.6.5 milestone Dec 25, 2021
@krlmlr
Copy link
Member Author

krlmlr commented Dec 25, 2021

And formulas:

library(tidyverse)

tibble::tribble(
  ~var, ~my_func,
  "ABC", ~ tolower(var),
  "abc", ~ toupper(var)
)
#> # A tibble: 2 × 2
#>   var   my_func  
#>   <chr> <list>   
#> 1 ABC   <formula>
#> 2 abc   <formula>

Created on 2021-12-25 by the reprex package (v2.0.1)

@krlmlr krlmlr modified the milestones: 1.6.5, 1.7.0 Dec 28, 2021
@krlmlr krlmlr modified the milestones: 1.7.0, 1.9.0 Jun 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant