leighseverson / countyweather

9 stars 11 forks source link

Null radius element in hourly_fips() list #76

Closed leighseverson closed 8 years ago

leighseverson commented 8 years ago

After running

andrew_hourly <- hourly_fips(fips = "12086", year = 1992, var = c("wind_speed", "temperature"))

The element andrew_hourly$radius was NULL.

leighseverson commented 8 years ago

This is a problem w/ line 154 in hourly_fips.R