Skip to contents

Request the hourly temperature data from MesoWest and process it

Usage

pull_temp_full(fields_stations)

Arguments

fields_stations

is the fields_stations dataset derived from the find_closest_station() function.

Examples

station_temp_data <- pull_temp_full(fields_stations)
#> Error in fields_stations %>% group_by(station_id, CROP_SEASON) %>% summarise(seeding_date = min(seeding_date),     harvest_date = max(harvest_date)): could not find function "%>%"