Skip to content

Instantly share code, notes, and snippets.

@charliejhadley
Last active August 24, 2022 16:03
Show Gist options
  • Save charliejhadley/0186d89b1df01452566e2e8009634c62 to your computer and use it in GitHub Desktop.
Save charliejhadley/0186d89b1df01452566e2e8009634c62 to your computer and use it in GitHub Desktop.
# from tibble::as_tibble() focs
tibble::as_tibble_col(
list(c = "three", d = list(4:5)),
column_name = "data"
)
#> # A tibble: 2 × 1
#> data
#> <named list>
#> 1 <chr [1]>
#> 2 <list [1]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment