get_match: Get Match Data

View source: R/get_match.R

get_matchR Documentation

Get Match Data

Description

This function queries data for a given match. You can use it in conjunction with several pull_*() helpers to get and tidy match data

Usage

get_match(match_id)

Arguments

match_id

Match ID to query

tidy

logical. If TRUE (the default), will return a tidied tibble with class "rdota_match." If FALSE, will return the raw response body as a list.

Examples

## Not run: 
a <- get_match('6019587919')

## End(Not run)

ekholme/rdota documentation built on March 19, 2022, 1:56 p.m.