powered by
get_fixture returns a dataframe containing upcoming AFL Men's season fixture.
get_fixture
get_fixture(season = lubridate::year(Sys.Date()), convert_date = FALSE)
Season to return, in yyyy format
logical, if TRUE, converts date column to date format instead of date time.
Returns a data frame containing the date, teams and venue of each game
The dataframe contains the home and away team as well as venue.
# NOT RUN { get_fixture(2018) # }
Run the code above in your browser using DataLab