| cfbd_venues | R Documentation |
Pulls all college football venues and data on capacity, grass, city/state, location, elevation, dome, timezone and construction year.
cfbd_venues()
CFB Venue Information
cfbd_venues()
A data frame with 337 rows and 13 variables:
venue_id:integer.Referencing venue ID.
name:character.Venue name.
capacity:integer.Stadium capacity.
grass:logical.TRUE/FALSE response on whether the field is grass or not (oh, and there are so many others).
city:character.Venue city.
state:character.Venue state.
zip:character.Venue zip.
country_code:character.Venue country code.
location:list.Venue location.
elevation:character.Venue elevation.
year_constructed:integer.Year in which the venue was constructed.
dome:logical.TRUE/FALSE response to whether the venue has a dome or not.
timezone:character.Time zone in which the venue resides (i.e. Eastern Time -> "America/New York").
try(cfbd_venues())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.