tests/testthat/_snaps/nest-legacy.md

can't combine vectors and data frames

Code
  unnest_legacy(df)
Condition
  Error in `unnest_legacy()`:
  ! Each column must either be a list of vectors or a list of data frames.
  i Problems in: `x`

multiple columns must be same length

Code
  unnest_legacy(df)
Condition
  Error in `unnest_legacy()`:
  ! All nested columns must have the same number of elements.
Code
  unnest_legacy(df)
Condition
  Error in `unnest_legacy()`:
  ! All nested columns must have the same number of elements.


tidyverse/tidyr documentation built on Oct. 30, 2024, 1:53 a.m.