get_boxscoretraditionalv2: Get Boxscore Traditional (V2)

Description Usage Arguments Value Examples

Description

Get Boxscore Traditional (V2)

Usage

1
2
get_boxscoretraditionalv2(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 (counts) for a given game.

Examples

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

imadmali/nba documentation built on May 31, 2019, 11:51 p.m.