Learn R Programming

fitzRoy (version 0.3.3)

get_footywire_stats: Scrape footywire player statistics.

Description

get_footywire_stats returns a dataframe containing player match stats from footywire from 2010 onwards.

Usage

get_footywire_stats(ids)

Arguments

ids

A vector containing match id's to return. Can be a single value or vector of values.

Value

Returns a data frame containing player match stats for each match ID

Details

The dataframe contains both basic and advanced player statistics from each match specified in the match_id input. To find match ID, find the relevant matches on https://wwww.footywire.com

Examples

Run this code
# NOT RUN {
get_footywire_stats(ids = 5000:5100)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab