combine_data: Extract NFL Combine Data w/ Images

View source: R/combine_data.R

combine_dataR Documentation

Extract NFL Combine Data w/ Images

Description

Extract NFL Combine Data w/ Images

Usage

combine_data(start_year = 2000, end_year = 2022)

Arguments

start_year

Year. Start year of data gather (e.g. 2020). Data is only available starting from the year 2000. If no start_year or end_year is specific, data from 2000-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: 
combine_data(
start_year = 2019,
end_year = 2021
)

## End(Not run)

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