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


thebioengineer/tidytuesdayR documentation built on June 13, 2025, 4:55 p.m.