tests/testthat/_snaps/separate-rows.md

it validates its inputs

Code
  separate_rows(df, x, sep = 1)
Condition
  Error in `separate_rows()`:
  ! `sep` must be a single string, not the number 1.
Code
  separate_rows(df, x, convert = 1)
Condition
  Error in `separate_rows()`:
  ! `convert` must be `TRUE` or `FALSE`, not the number 1.


Try the tidyr package in your browser

Any scripts or data that you put into this service are public.

tidyr documentation built on Feb. 16, 2023, 7:40 p.m.