Learn R Programming

nbastatR (version 0.1.12031)

draft_combines: NBA draft combine data

Description

Acquires NBA draft combine data

Usage

draft_combines(years = NULL, return_message = T, nest_data = F)

Arguments

years

vector of draft years

return_message

if TRUE return message

nest_data

if TRUE returns nested tibble

Value

a tibble()

See Also

Other draft: drafts, nbadraftnet_mock_drafts

Other player: bref_bios, players_awards, players_careers, players_tables

Examples

Run this code
# NOT RUN {
draft_combines(years = c(2001:2018),
nest_data = T)
# }

Run the code above in your browser using DataLab