Skip to content

ajplum/trackingfootballR

Repository files navigation

trackingfootballR

The goal of trackingfootballR is to to provide a clean method of parsing data from the Tracking Football API

Installation

You can install the development version of trackingfootballR from GitHub with:

# install.packages("pak")
pak::pak("ajplum/trackingfootballR")

Example

This is a basic example which shows you how to utilize the functions of trackingfootballR and return JSON listed data for NCAA and highschool players:

library(trackingfootballR)

api_key = "YOUR-API-KEY"

# hs_player_details <- get_all_hs_player_details(api_key, updated_since = "2025-11-10")
# ncaa_player_details <- get_all_ncaa_player_details(api_key, updated_since = "2025-11-10")

About

Tracking Football Parsing Package for R

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages