tests/testthat/_snaps/tt_available.md

printing tt_datasets returns all the values as a printed data.frame if not interactive

Code
  print(ds, is_interactive = FALSE)
Output
    a b
  1 1 3
  2 2 4

printing tt_available returns all the values as a printed data.frame if not interactive

Code
  print(ds, is_interactive = FALSE)
Output
  Year: test_year

    a b
  1 1 3
  2 2 4


Try the tidytuesdayR package in your browser

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

tidytuesdayR documentation built on Sept. 14, 2024, 9:08 a.m.