tests/testthat/_snaps/extract-hts.md

extract_hts works

Code
  extract_hts(y ~ x)
Error <rlang_error>
  No expression to parse
Code
  extract_hts(y ~ x + z)
Error <rlang_error>
  No expression to parse
Code
  extract_hts(y ~ x + z + hts(group))
Output
  [[1]]
  group
Code
  extract_hts(y ~ x + z + hts(group, area))
Output
  [[1]]
  group

  [[2]]
  area


njtierney/yahtsee documentation built on Feb. 5, 2022, 8:25 p.m.