Learn R Programming

nflreadr (version 1.4.1)

load_trades: Load Trades

Description

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

Usage

load_trades(seasons = TRUE)

Value

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

Arguments

seasons

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

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

Run this code
.for_cran()
# \donttest{
 load_trades(2020)
# }

Run the code above in your browser using DataLab