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.


tidyverse/tidyr documentation built on Sept. 1, 2024, 6:19 p.m.