load_players: Load Players

View source: R/load_players.R

load_playersR Documentation

Load Players

Description

Load a dataframe of player-level information, including IDs and other mostly-immutable data (birthdates, college, draft position etc.)

Usage

load_players(file_type = getOption("nflreadr.prefer", default = "rds"))

Arguments

file_type

One of c("rds", "qs", "csv", "parquet"). Can also be set globally with options(nflreadr.prefer)

Value

A tibble with one row per player.

See Also

Issues with this data should be filed here: https://github.com/nflverse/nflreadr and it will be triaged appropriately.

Examples



try({ # prevents cran errors
  load_players()
})



nflreadr documentation built on Sept. 8, 2023, 5:57 p.m.