derek-adair / nflgame

A working snapshot of nflgame (for historic purposes). This project is no longer active.
http://nflgame.derekadair.com
The Unlicense
332 stars 100 forks source link

Make columns for play descriptions #139

Open darkhark opened 4 years ago

darkhark commented 4 years ago

One thing I've seen, specifically in https://github.com/maksimhorowitz/nflscrapR/blob/master/R/scrape_play_by_play.R, was the inclusion of specific play-by-play details as columns. A couple examples of this are run_location (left, middle, right) and pass_length(short, deep). The file I linked to shows how the description was parsed to retrieve the data. I can parse the data myself, but I think it would be nice to be attainable through the API.