season2year | R Documentation |
Get the year given the season.
season2year(season)
season |
Character/factor specifying the season. It should follow the pattern "xxxx/yyyy", e.g. "2005/2006". |
Given the season, it returns the year (in numeric
) in which the
season started.
season <- "2022/2023"
season2year(season)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.