tests/testthat/_snaps/encode.md

dynamic dots work

Code
  encode(a = 1, a = "b")
Condition
  Error in `encode()`:
  ! Arguments in `...` must have unique names.
  x Multiple arguments named `a` at positions 1 and 2.
Code
  encode(a = 1, "b", mtcars)
Condition
  Error in `encode()`:
  ! All data variables must be named.
  x Unnamed variables: `b` and `mtcars`


Try the jinjar package in your browser

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

jinjar documentation built on Nov. 2, 2023, 5:37 p.m.