lol_get_masteries: Get the champion masteries of a summoner

Description Usage Arguments Value

View source: R/functions.R

Description

This function allows you to get the data all the champion masteries that a summoner owns based on its account ID (this can be get with lol_get_summoner_data() ).

Usage

1
2
3
4
5
lol_get_masteries(
  region = "la1",
  summoner_id = "6Om8SoTmGhqgZJ6MDFeBhRxiROgwB4ZZZVwQiqc6XVUcZw",
  API = KEY
)

Arguments

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_id

The summoner id 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.

Value

A data.frame with columns:


JohanFR198/LeagueAnalizeR documentation built on March 8, 2021, 7:48 a.m.