get_boxscorescoringv2: Get Boxscore Scoring (V2)

Description Usage Arguments Value Examples

View source: R/get_data.R

Description

Get Boxscore Scoring (V2)

Usage

1
2
get_boxscorescoringv2(GameID = "", StartPeriod = "", EndPeriod = "",
  StartRange = "", EndRange = "", RangeType = "", ...)

Arguments

GameID

See make_url.

StartPeriod

See make_url.

EndPeriod

See make_url.

StartRange

See make_url.

EndRange

See make_url.

RangeType

See make_url.

...

Arguments to make_url.

Value

A data frame containing boxscore information (percentages) for a given game.

Examples

1
2
3
4
5
6
get_boxscorescoringv2(GameID = "0021300028",
                      StartPeriod = "1",
                      EndPeriod = "10",
                      StartRange = "1",
                      EndRange = "10",
                      RangeType = "1")

imadmali/NBAapi documentation built on May 6, 2019, 2:31 p.m.