Learn R Programming

StatsBombR (version 0.1.0)

FreeMatches: This function returns all free matches that are released as free data from StatsBomb.com.

Description

This function easily scrapes the free matches available from StatsBomb.com. Most effectively, this function is used internally in the StatsBombFreeEvents() function in order to pull in all of the freely available StatsBomb Data.

Usage

FreeMatches(FreeCompetitions())

Arguments

Competitions

A competition data frame as returned by FreeCompetitions for which you want to retrieve matches.

Value

df

Returns a data frame with all matches available for free.

Examples

Run this code
# NOT RUN {
FreeMatches(FreeCompetitions())
# }

Run the code above in your browser using DataLab