Description Usage Arguments Value
This function allows you to get the data from a summoner based on its summoner name and region.
1 | lol_get_summoner_data(region = "la1", summoner_name = "JohanLAG", API = KEY)
|
region |
The region where is the summoner you want to query, it should be a character vector with length 1. Valid entries are: BR1,EUN1 EUW1, JP1, KR, LA1, LA2, NA1, OC1, TR1, RU |
summoner_name |
The summoner name you want to get information about. It must be a character vector with length 1. |
API |
this is your personal API key, to get yours, please, visit the developer portal of Riot Games. The parameter must be a character vector with length 1. This API key expires every 24h. |
A data.frame with columns:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.