getStandings: Fetch Standings

Description Usage Arguments Value Examples

View source: R/getStandings.R

Description

This function pulls the standings for a given stage or seasons from the OWL API. If no stage is specified, pulls for the given season. If a stage is specified, pulls standings for just that stage.

Usage

1
getStandings(season, stage.no = NA)

Arguments

season

SeasonID, usually the year of a given season, i.e. "2019".

stage.no

The number of an OWL stage. Defaults to NA.

Value

A dataframe representing the standings of a given OWL season or stage. Includes match wins/losses and map wins/losses/ties.

Examples

1
2
getStandings(2018)
getStandings(2019,3)

Metlover/owlstats documentation built on April 1, 2020, 11:22 a.m.