tests/testthat/_snaps/alma-search.md

can handle NA from and to values

Code
  alma_search(na, Sys.Date(), daily())
Condition
  Error in `alma_search()`:
  ! `from` can't contain missing values.
  i Missing values were detected at locations: 1.
Code
  alma_search(Sys.Date(), na, daily())
Condition
  Error in `alma_search()`:
  ! `to` can't contain missing values.
  i Missing values were detected at locations: 1.


Try the almanac package in your browser

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

almanac documentation built on April 14, 2023, 12:23 a.m.