You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix this line to call is.list on the appropriate argument and change the non-working nested sapplys to something that makes sense (probably a single purrr::map_lgl). I encountered this when trying to feed a single Date 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: