draft_data: Extract NFL Draft Data w/ Images

View source: R/draft_data.R

draft_dataR Documentation

Extract NFL Draft Data w/ Images

Description

Extract NFL Draft Data w/ Images

Usage

draft_data(start_year = 1936, end_year = 2021)

Arguments

start_year

Year. Start year of data gather (e.g. 2020). Data is available starting from the year 1936. If no start_year or end_year is specific, data from 1936-current is pulled.

end_year

Year. End year of data gather (e.g. 2022).

Value

A data frame with descriptive statistics. If you are only interested in certain columns you can add these columns.

Examples

## Not run: 
draft_data(
start_year = 1936,
end_year = 2021
)

## End(Not run)

rmcurtis43/combineR documentation built on May 4, 2022, 11:31 a.m.