masteries_data: Items information

Description Usage Arguments

View source: R/masteries_data.R

Description

This function allows you to get information about the items

Usage

1
2
3
masteries_data(api_key, region = "NA", data_locale = "en_US",
  version = NULL, masteryListData = "all", tags = "all",
  dataById = "true")

Arguments

api_key

API key provided by RIOT games (https://developer.riotgames.com/)

region

Summoner's region (RU, KR, BR, OCE, JP, NA, EUNE, EUW, TR, LAN, LAS)

data_locale

Locale code for returned data (e.g., en_US, es_ES). If not specified, the default locale for the region is used.

version

if not specified, it'll return the latest version information

masteryListData

Tags to return additional data. Only type, version, data, id, key, name, and title are returned by default if this parameter isn't specified. To return all additional data, use the tag 'all'.

tags

Tags to return additional data. Only type, version, data, id, key, name, and title are returned by default if this parameter isn't specified. To return all additional data, use the tag 'all'.

dataById

If specified as true, the returned data map will use the champions' IDs as the keys. If not specified or specified as false, the returned data map will use the champions' keys instead.


jajimenezf/lolr documentation built on May 28, 2019, 4:37 p.m.