Description Usage Arguments Format Value Examples
Expands a match_id to the home team participating in the match
1 |
match_id |
Unique ID of the match to expand |
An object of class list of length 4.
String of home team
String of away team
1 2 3 4 5 6 7 8 9 10 | match_queries['home_team']['fcn'](match_id)
Expands a match_id to the away team participating in the match
match_queries['away_team']['fcn'](match_id)
Expands a match_id to the goals scored by the home team
match_queries['home_goals']['fcn'](match_id)
Expands a match_id to the goals scored by the away team
match_queries['away_goals']['fcn'](match_id)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.