nbl_pbp {nblR}R Documentation

Get play-by-play data from the NBL

Description

Returns a data frame of all available play-by-play data for NBL matches played since 2015-16

Usage

nbl_pbp()

Value

returns a dataframe of play-by-play data

Examples

try({
pbp <- nbl_pbp()
})

[Package nblR version 0.0.4 Index]