powered by
Retrieves AFLW match data for all available matches. Sources data from http://www.afl.com.au/womens/matches/stats
get_aflw_match_data(start_year = 2017)
optional, integer for start year to return match data onwards from
a data frame of data for all available AFLW matches
# NOT RUN { # All data get_aflw_match_data() # 2018 data onward get_aflw_match_data(start_year = 2018) # }
Run the code above in your browser using DataLab