realgm_transactions: *RealGM NBA Transactions Log*

View source: R/realgm_transactions.R

realgm_transactionsR Documentation

RealGM NBA Transactions Log

Description

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_name types description
date Date Transaction date.
transaction character Transaction description.

See Also

Other RealGM Functions: realgm_coaches(), realgm_draft(), realgm_draft_prospects(), realgm_early_entry(), realgm_future_free_agents(), realgm_gms(), realgm_individual_games(), realgm_individual_seasons(), realgm_player_stats(), realgm_players(), realgm_players_abroad(), realgm_rookie_scale(), realgm_salary_cap(), realgm_standings(), realgm_team_stats(), realgm_teams()

Examples

## Not run: 
  try(realgm_transactions())

## End(Not run)

hoopR documentation built on Aug. 25, 2026, 9:07 a.m.