Acquires NBA draft combine data

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

Examples

draft_combines(years = c(2001:2018),
nest_data = T)