get_games | R Documentation |
Get Games Gets game information by game ID or name.
get_games(id = NULL, name = NULL)
id |
Game ID. At most 100 id values can be specified. |
name |
Game name. The name must be an exact match. At most 100 name values can be specified. |
A data frame with information about the selected game ids/names.
https://dev.twitch.tv/docs/api/reference/#get-games
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.