nflverse-rosters icon indicating copy to clipboard operation
nflverse-rosters copied to clipboard

builds roster data for nflverse/nflverse-data

Results 10 nflverse-rosters issues
Sort by recently updated
recently updated
newest added

### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you installed the latest development version of the package(s) in question? -...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you installed the latest development version of the package(s) in question? -...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you installed the latest development version of the package(s) in question? -...

Noticing a ton of missing birthdates for older players in `nflreadr::load_players()` that is readily available in `nflreadr::load_rosters()`. We should probably do some kind of full_join + coalesce to get a...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Have you installed the latest development version of the package(s) in question? -...

I would like to collect IDs we should include in our player datasets. IDs have been a big problem in the last 1-2 years because mapping them to, e.g. gsis_ids,...

``` library(dplyr) library(purrr) library(jsonlite) pff_cfb dplyr::mutate( url = paste0('https://www.pff.com/api/nfl/grades?league=ncaa&position=', position, "&season=", season), season = NULL, position = NULL ) |> dplyr::pull() |> list() |> purrr::pmap_dfr(function(x) { jsonlite::fromJSON(x) |> purrr::pluck("players") })...

1. **Have you installed the latest development version of the package(s) in question? ** Yes 2. **Describe the bug** When pulling in roster data through load_roster_weekly, I noticed that the...

bug

Hello, can yall please have Spotrac ID support available somewhere to join on? The spotrac ID looks unique to their site (i.e. Larry Fitzgerald's Spotrac ID is 966, while his...

enhancement