halo_matches_list: Halo Infinite Player Matches

Description Usage Arguments Value

View source: R/matches.R

Description

Returns targeted player's matches history on Halo Infinite.

Usage

1
2
3
4
5
6
7
8
9
halo_matches_list(
  gamertag,
  count = NULL,
  offset = NULL,
  mode = NULL,
  version = get_HaloDotAPI_version(),
  token = get_HaloDotAPI_token(),
  .progress = TRUE
)

Arguments

gamertag

Character vector of gamertags.

count

Number of items to retrieve.

offset

Number of items to offset.

mode

Targeted mode. One of 'matchmade' or 'custom'.

version

HaloDotAPI Version.

token

HaloDotAPI Token.

.progress

Logical. Should a progress bar be displayed? Passed on to furrr::future_map().

Value

For a single gamertag, a list with class matches. For multiple gamertags, a list with class collection where each item in the list is a list with class matches.


mattwarkentin/halo documentation built on Jan. 30, 2022, 2:15 p.m.