This restores all package settings to their initial defaults as defined when tidyweather was loaded. Use this if you want to undo all customizations.
Examples
weather_options(extreme.frost_threshold = -2)
weather_reset()
weather_options()
#> $extreme
#> $extreme$frost_threshold
#> [1] 0
#>
#>
#> $require_full_year
#> [1] TRUE
#>