Skip to contents

get_players() retrieves information on each player, including but not limited to their ID, name, bio-metrics, birth date and location, and hall-of-fame status.

Usage

get_players()

Value

tibble with one row per player

Examples

# This may take >5s, so skip.
# \donttest{
  all_players <- get_players()
# }