tests/testthat/_snaps/user_utils.md

print_named_list Test 18: named list with unamed list

Code
  print_named_list(list(list_item = list("Hello World!", expr(universe), list(42)),
  another_one = ymd("2020-02-02")))
Output
  list_item:
    "Hello World!"
    universe
    42
  another_one: 2020-02-02


Try the admiral package in your browser

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

admiral documentation built on Oct. 19, 2023, 1:08 a.m.