cfbd_draft_teams {cfbfastR}R Documentation

Get list of NFL teams

Description

Get list of NFL teams

Usage

cfbd_draft_teams()

Value

cfbd_draft_teams() - A data frame with 4 variables:

nfl_location: character.

NFL team location (city).

nfl_nickname: integer

NFL team nickname (mascot).

nfl_display_name: integer

NFL team display name (usually more neat/complete).

nfl_logo: character

URL for NFL team logo.

Examples


  try(cfbd_draft_teams())



[Package cfbfastR version 1.9.0 Index]