tests/testthat/_snaps/translate.md

as_metadata can make lists into a named vector (#69)

Code
  res
Output
  $mpg
  [1] 21 21

  $cyl
  [1] 6 6
Code
  res
Output
  $x
  $x$a
  [1] 1

  $x$b
  [1] 2


  $y
  [1] 3
Code
  res
Output
  $`1`
  [1] 1 2 3

  $b
  [1] 2
Code
  res
Output
  $`1`
  [1] 1 2 3

  $b
  [1] 2


Try the vitals package in your browser

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

vitals documentation built on June 24, 2025, 9:08 a.m.