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.


hadley/tidyr documentation built on Feb. 3, 2024, 10:45 a.m.