-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Labels
Description
- Fix this line to call
is.list
on the appropriate argument and change the non-working nestedsapply
s to something that makes sense (probably a singlepurrr::map_lgl
). I encountered this when trying to feed a singleDate
object in. - Fix any downstream behavior, e.g., in preparing the query, which may not actually accommodate, e.g., a list of epiranges.
- Add tests for this case.
- Update docs.