lol_get_match_info: Get the match information

Description Usage Arguments Value

View source: R/functions.R

Description

This function allows you to get the data of a specific match, this contains data about its participants, winners, gold earned, K/D/A, etc...

Usage

1
lol_get_match_info(region = "la1", match_id, API, timeline_data = T)

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

match_id

The match id you want to get information about. It must be a character vector with length 1.You can get this using function lol_get_matches()

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.

timeline_data

logical (delfault is TRUE) if you want a summary of the match by time frame

Value

A data.frame with columns:


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