user avatar
nflfastR
@nflfastR
A set of functions to efficiently access NFL play-by-play and roster data from Sebastian Carl (@mrcaseb) and Ben Baldwin (@benbbaldwin).
Joined April 2020
Posts
  • Pinned
    user avatar
    ---> nflfastR links <--- Usage guide: nflfastr.com/articles/nflfa… Beginner's guide: nflfastr.com/articles/begin… Field descriptions: nflfastr.com/articles/field… Function reference page: nflfastr.com/reference/inde… Discord server (questions, discussion, and community): discord.gg/5Er2FBnnQa
  • user avatar
    📢📢 ANNOUNCEMENT ❗ Very excited to announce that the nflverse team has released nflreadr on CRAN. nflreadr is a package to facilitate easily downloading data from a bunch of different sources (so you don't have to remember urls). nflreadr.nflverse.com
  • user avatar
    ** ❗ NEW from #nflverse ❗ ** Have you ever wanted to do the following? --> Transparent logos --> Black & white logos --> Logos in axis labels INTRODUCING: nflplotR by @mrcaseb, an R package for easily making these plots 📊 nflplotr.nflverse.com/articles/nflpl…
  • user avatar
    New data source! Thanks to @FTNNetwork, we now have a public source for play-by-play information for 2022+ on play action, RPO, drops, motion, and a lot more. Data dictionary here: nflreadr.nflverse.com/articles/dicti… To use this, update nflreadr and use nflreadr::load_ftn_charting(2022)
  • user avatar
    Well, it was a good run There's 20 years of NFL play-by-play data archived here
  • user avatar
    ** ❗ NEW from #nflverse ❗ ** Introducing the new R package {nflverse} that installs, loads, and updates all nflverse packages with a single call. Get it from CRAN with `install.packages("nflverse")` or visit the package website nflverse.nflverse.com
    The nflverse package logos
  • user avatar
    It has almost become a tradition that we face problems in nflfastR the first game of the season. And like every year, we solve the problems quickly! Play-by-play data from the season opener is now available! Preferably run nflreadr::load_pbp(2023) to load the data. Enjoy!
  • user avatar
    PSA: the various NFL packages created by @benbbaldwin, @mrcaseb, @LeeSharpeNFL, and @_TanHo have been consolidated into one "umbrella" organization: github.com/nflverse And the "nflfastR discord" is now the "nflverse discord" discord.gg/5Er2FBnnQa
  • user avatar
    This year's data had three major problems: 1. wrong posteam on kick offs 2. wrong posteam on PATs after a defensive td 3. additional timeouts All with a massive effect on downstream variables and models. And all fixed now! nflreadr::load_pbp(2023) will return the fixed data
    Update on the nflfastR pbp data: It's up and running, so that's good news. However, at the moment it looks like some things have changed in the underlying data that break some of our logic. 1/2
  • user avatar
    nflfastR usage guide: nflfastr.com/articles/nflfa… nflfastR beginner's guide: nflfastr.com/articles/begin… nflfastR reference page: nflfastr.com/reference/inde… nflfastR discord server (for questions, discussion, and community): discord.gg/5Er2FBnnQa
  • user avatar
    New function: calculate_player_stats(), which provides an easy way to get the official stats for players. Read more here: nflfastr.com/articles/nflfa…
  • user avatar
    Replying to @nflfastR
    One more look at Peyton Manning's destroyer of worlds 2004 season (excluding week 17 since the Colts only played him 1 series). Manning's EPA/play was similar to Mahomes 2018...except Manning did it 14 years and many rule changes ago.
  • user avatar
    I am very broken again. Don't use me.Will try to get fixed tomorrow. Fingers crossed!
  • user avatar
    Fairly certain that changes to the NFL website will break the package (i.e., not allow it to find games / make anything available) in the short term. One season we will get to have a week 1 with no issues...