load_trades: Load Trades

View source: R/load_trades.R

load_tradesR Documentation

Load Trades

Description

This returns a table of historical trades as maintained by Lee Sharpe.

Usage

load_trades(seasons = TRUE)

Arguments

seasons

a numeric vector of seasons to return, default TRUE returns all available data.

Value

A tibble of game information for past and/or future games.

See Also

https://nflreadr.nflverse.com/articles/dictionary_trades.html for a web version of the dictionary

dictionary_trades for the data dictionary as bundled within the package

Issues with this data should be filed here: https://github.com/nflverse/nfldata

Examples



 load_trades(2020)



nflreadr documentation built on Sept. 8, 2023, 5:57 p.m.