tests/testthat/_snaps/op-concat.md

it validates arguments x and y

Code
  1L %+% "1"
Error <simpleError>
  both `x` and `y` must be `character(1)`.
Output
  o Be explicit, and first convert these arguments with `base::as.character()`.
Code
  "1" %+% 1L
Error <simpleError>
  both `x` and `y` must be `character(1)`.
Output
  o Be explicit, and first convert these arguments with `base::as.character()`.


jeanmathieupotvin/dotprofile documentation built on Dec. 20, 2021, 10:08 p.m.