tests/testthat/_snaps/deprec-combine.md

combine() is deprecated

Code
  combine()
Warning <lifecycle_warning_deprecated>
  `combine()` was deprecated in dplyr 1.0.0.
  Please use `vctrs::vec_c()` instead.
Output
  logical(0)

combine() gives meaningful error messages

Code
  combine("a", 1)
Error <vctrs_error_incompatible_type>
  Can't combine `..1` <character> and `..2` <double>.
Code
  combine(factor("a"), 1L)
Error <vctrs_error_incompatible_type>
  Can't combine `..1` <factor<4d52a>> and `..2` <integer>.


javifar/TIDYVERSE-DPLYR documentation built on Dec. 20, 2021, 9:08 p.m.