Skip to contents

Get the NBA league transactions log from RealGM.

One row per transaction (signings, waivers, two-way conversions, G-League assignments/recalls, trades), each tagged with its date. RealGM publishes the transactions as a dated narrative list rather than a table, so this parses the page DOM directly.

Requires a headless browser (see realgm_players()).

Usage

realgm_transactions()

Value

A hoopR_data tibble with one row per transaction:

col_nametypesdescription
dateDateTransaction date.
transactioncharacterTransaction description.

Examples

if (FALSE) { # \dontrun{
  try(realgm_transactions())
} # }