Skip to content

ehess/ncaascrapR

Repository files navigation

ncaascrapR

Version-Number R-CMD-check Lifecycle:maturing Contributors Twitter Follow Twitter Follow

The goal of ncaascrapR is to provide the community with an R package for working with NCAA Sports data. An R package for working with NCAA Data. It is a scraping and aggregating interface for the Data and Stats portals of the NCAA website.

Installation

You can install the released version of ncaascrapR from GitHub with:

# You can install using the pacman package using the following code:
if (!requireNamespace('pacman', quietly = TRUE)){
  install.packages('pacman')
}
pacman::p_load_current_gh("ehess/ncaascrapR")
# if you would prefer devtools installation
if (!requireNamespace('devtools', quietly = TRUE)){
  install.packages('devtools')
}
# Alternatively, using the devtools package:
devtools::install_github(repo = "ehess/ncaascrapR")

Breaking Changes

Full News on Releases

Follow the SportsDataverse on Twitter and star this repo

Twitter Follow

GitHub stars

Our Authors

Our Contributors (they’re awesome)

Citations

To cite the ncaascrapR R package in publications, use:

BibTex Citation

@misc{easwaran_hess_edwards_2021,
  author = {Akshay Easwaran and Eric Hess and John B. Edwards},
  title = {ncaascrapR: The SportsDataverse's R Package for College Sports Data.},
  url = {https://ehess.github.io/ncaascrapR/},
  year = {2021}
}

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •