Learn R Programming

fitzRoy (version 0.3.2)

get_aflw_match_data: Get AFLW match data

Description

Retrieves AFLW match data for all available matches. Sources data from http://www.afl.com.au/womens/matches/stats

Usage

get_aflw_match_data(start_year = 2017)

Arguments

start_year

optional, integer for start year to return match data onwards from

Value

a data frame of data for all available AFLW matches

Examples

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