football_get_upcoming: Get upcoming matches

Description Usage Arguments Value Examples

View source: R/football_get_upcoming.R

Description

Hits the matches API fixed on status=SCHEDULED.

Usage

1
2
3
4
5
football_get_upcoming(
  team_id = 86,
  api = "football-data.org",
  api_token = Sys.getenv("API_FOOTBALL_DATA")
)

Arguments

team_id

What is the team id

api

Which API to use.

api_token

Your API token.

Value

Base url for API

Examples

1

epijim/FootballData documentation built on March 3, 2021, 11:52 p.m.