tests/testthat/_snaps/expand.md

validates its inputs

Code
  fct_expand("x", d = "d")
Condition
  Error in `fct_expand()`:
  ! Arguments in `...` must be passed by position, not name.
  x Problematic argument:
  * d = "d"
Code
  fct_expand("x", after = "x")
Condition
  Error in `fct_expand()`:
  ! `after` must be a number, not the string "x".


tidyverse/forcats documentation built on Oct. 31, 2023, 7:32 p.m.