fdo_listCompTeams: List of teams in competitions from the football-data.org API

Description Usage Arguments Value Examples

Description

Returns list of teams in a competition from the football-data.org API

Usage

1
fdo_listCompTeams(id, token = "", response = "full")

Arguments

id

(sting) The id (e.g. "436") of the league in which the teams compete. Requried. No default.

token

(string) football data.org API token. Optional but it's recommended that you acquire an API token. It allows the owner to document API activity. See http://api.football-data.org/register for more details.

response

(string). Determine the structure of the response. Default is "full" and "minified" will remove some meta inforation and thus return a smaller data frame. Finally, "compressed" is only supported by the fixture resource.

Value

A data frame converted from the JSON format is returned.

Examples

1
2
3
4
5
## Not run: 
# get list of teams (without metadata) competing in the Spanish Primera Division (La Liga)
fdo_listCompTeams("436",response = "minified")

## End(Not run)

dashee87/footballR documentation built on May 14, 2019, 6:12 p.m.