powered by
Returns the season of an array of dates.
find_season(date)
Array of dates. Must cover the 4 seasons.
season
# NOT RUN { dates <- c("2017-02-15", "2017-05-15", "2017-08-15", "2017-11-15") find_season(dates) # }
Run the code above in your browser using DataLab