View source: R/append_seasons.R
append_seasons | R Documentation |
Using the date of the fixture, the season is appended to a data frame of fixtures. Typically seasons run from August to May however Covid rescheduling increased the length of the season in 2021.
append_seasons(x)
x |
A |
This function returns a data.frame
with the following column appended:
Character values representing the season that each match was played in.
Daf Howells <dafhowells@yahoo.co.uk>
## Not run: df <- append_seasons() ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.