ropensci / rnoaa

R interface to many NOAA data APIs
https://docs.ropensci.org/rnoaa
Other
328 stars 84 forks source link

Update tornado paths url #323

Closed mbjoseph closed 4 years ago

mbjoseph commented 4 years ago

Description

The data for 2018 were recently added to the NOAA tornado paths, and the old file was removed, which broke the tornadoes() function. This PR updates the URL to reflect the new data.

Related Issue

Closes #322

Example

The behavior is the same as before:

library(rnoaa)
torn <- tornadoes()
sckott commented 4 years ago

thanks! works great