An implementation of the Riot Games League of Legends API.
Most functions need an API key that you can obtain from the website if your LoL account is higher than level 5.
install_github("tutuchan/lolapi")
api_setup(api_key = "your-key", region = "your-region")
You can even put this in your .Rprofile for your project so you don't have to type it every time.
current-game
and featured-games
,Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.