Learn R Programming

psycho (version 0.0.8)

find_season: Find season of dates.

Description

Returns the season of an array of dates.

Usage

find_season(date)

Arguments

date

Array of dates. Must cover the 4 seasons.

Value

season

Examples

Run this code
# 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