cfbd_play_types: *Get college football mapping for play types*

View source: R/cfbd_play.R

cfbd_play_typesR Documentation

Get college football mapping for play types

Description

Get college football mapping for play types

Usage

cfbd_play_types()

Value

cfbd_play_types() - A data frame with 48 rows and 3 variables:

col_name types description
play_type_id integer CFBD play type identifier (matches play_type IDs in cfbd_plays()).
text character Human-readable play type description (e.g. "Rush", "Pass Reception", "Field Goal").
abbreviation character Short play type abbreviation used as the play_type filter argument in API calls.

See Also

Other CFBD PBP: cfbd_live_plays(), cfbd_pbp_data(), cfbd_pbp_data_v2(), cfbd_play_stats_player(), cfbd_play_stats_types(), cfbd_plays()

Examples


  try(cfbd_play_types())


cfbfastR documentation built on Aug. 24, 2026, 5:13 p.m.