leighseverson / countyweather

9 stars 11 forks source link

Make `daily_fips` robust to putting in variable names in lower case #68

Closed geanders closed 8 years ago

geanders commented 8 years ago

We could do this by using toupper pretty early in the function code for those variable names, I think. I'm worried that people might be confused since output variable names are in lowercase, but you need to input in uppercase.

leighseverson commented 8 years ago

Done - everything should be good to input in lower case, now.