ALShum / rwunderground

A simple R package to get historical and forecast weather data
78 stars 14 forks source link

Added a message when history() returns no observations for a given lo… #29

Closed jpshanno closed 7 years ago

jpshanno commented 7 years ago

I was having trouble with history_range() failing when a observations were missing for a single day. I update history to return a message that no observations were available, and updated history_range() to catch the error and remove those days before returning the available requested data.

erichare commented 7 years ago

Thanks for this!