tests/testthat/_snaps/step-subset-separate.md

checks type of into and sep

Code
  separate(dt, x, "x", FALSE)
Condition
  Error in `separate()`:
  ! `sep` must be a character vector.
Code
  separate(dt, x, FALSE)
Condition
  Error in `separate()`:
  ! `into` must be a character vector.


Try the dtplyr package in your browser

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

dtplyr documentation built on March 31, 2023, 9:13 p.m.