aqi                     Air quality data records for California from
                        2011 through 2015
ave_daily               Average daily weather data across multiple
                        stations.
climate                 Daily weather summaries for California from
                        2011 through 2015
create_wildfire         Create US wildfires dataframe from the Kaggle
                        US Wildfire SQLite db
daily_aqi               Retrieve the air quality data.
daily_climate           Retrieve average daily weather data per US
                        county.
daily_climate_counties
                        Retrieve average daily weather data for a list
                        of US counties.
daily_df                Return average daily weather data for a
                        particular county.
daily_stations          NOAA NCDC station IDs per county.
filter_coverage         Filter stations based on "coverage"
                        requirements.
get_counties            Get list of county FIPS codes by providing the
                        state codes, i.e. California = '06'.
get_state_code          Get state code from the state names.
master                  Master dataset combining the wildfires, AQI,
                        and climate data for California from 2011
                        through 2015
resetDefaults           Function to reset defaults
setDefaults             Set the default param names to values
wildfires               Geo-referenced California wildfire records from
                        2011 through 2015
wildvizApp              Run the shiny app from the wildviz package
