Description Usage Arguments Value Examples
Return the match_api_id for all matches starting a particular player
1 | player_to_match(player_api_id)
|
player_api_id |
The |
A data.table of all the matches where the player started. Columns are:
match_api_id
home_team_api_id
away_team_api_id
date: Match date
at_home: (Boolean) Did the player start for the home side?
1 2 | # All Lionel Messi's matches
player_to_match(30981)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.