You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Chadwick Bureau's Public Register of Baseball Players](https://github.com/chadwickbureau/register/)
@@ -100,7 +100,7 @@ There are generally speaking **eight** men's baseball data sources accessible fr
100
100
101
101
As of [baseballr v1.0.0](https://billpetti.github.io/baseballr/news/index.html#baseballr-1.0.0), a function naming convention was implemented to have the data source indicator appear at the start of the function name:
102
102
103
-
- Functions that use the [`baseballr-data` repository](https://github.com/saiemgilani/baseballr-data) will contain `load_` or `update_` in the function name and would be considered loading functions for the play-by-play data, team box scores, and player box scores.
103
+
- Functions that use the [`baseballr-data` repository](https://github.com/sportsdataverse/baseballr-data) will contain `load_` or `update_` in the function name and would be considered loading functions for the play-by-play data, team box scores, and player box scores.
104
104
105
105
- Functions that use the MLB Stats API start with `mlb_` by convention and should be assumed as `get` functions. As of `baseballr` version `r remote_version`, the package exports ~88 functions covering the MLB Stats API.
0 commit comments