powered by
Pulls all college football venues and data on capacity, grass, city/state, location, elevation, dome, timezone and construction year.
cfbd_venues()
A data frame with 337 rows and 13 variables:
venue_id
Referencing venue ID.
name
Venue name.
capacity
Stadium capacity.
grass
TRUE/FALSE response on whether the field is grass or not (oh, and there are so many others).
city
Venue city.
state
Venue state.
zip
Venue zip.
country_code
Venue country code.
location
Venue location.
elevation
Venue elevation.
year_constructed
Year in which the venue was constructed.
dome
TRUE/FALSE response to whether the venue has a dome or not.
timezone
Time zone in which the venue resides (i.e. Eastern Time -> "America/New York").
CFB Venue Information
# NOT RUN { try(cfbd_venues()) # }
Run the code above in your browser using DataLab