Skip to content

Commit 684c2b8

Browse files
committed
Update baseballr.Rmd
1 parent 7827c5c commit 684c2b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vignettes/baseballr.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: "Saiem Gilani <br><a href='https://twitter.com/saiemgilani' target='blan
55
date: "`r Sys.Date()`"
66
opengraph:
77
image:
8-
src: "https://github.com/saiemgilani/hoopR-data/blob/master/themes/hoopR_gh.png?raw=true"
8+
src: "https://raw.githubusercontent.com/billpetti/baseballr/master/logo.png"
99
twitter:
1010
card: summary_large_image
1111
creator: "@saiemgilani"
@@ -87,7 +87,7 @@ pacman::p_load_current_gh("billpetti/baseballr")
8787

8888
There are generally speaking **eight** men's baseball data sources accessible from this package:
8989

90-
- [`baseballr-data` repo](https://github.com/saiemgilani/baseballr-data) [![Twitter Follow](https://img.shields.io/twitter/follow/sportsdataverse?color=blue&label=%40sportsdataverse&logo=twitter&style=for-the-badge)](https://twitter.com/sportsdataverse)
90+
- [`baseballr-data` repo](https://github.com/sportsdataverse/baseballr-data) [![Twitter Follow](https://img.shields.io/twitter/follow/sportsdataverse?color=blue&label=%40sportsdataverse&logo=twitter&style=for-the-badge)](https://twitter.com/sportsdataverse)
9191
- [MLB Stats API](https://www.mlb.com/)
9292
- [Baseball Savant's Statcast](https://baseballsavant.mlb.com/)
9393
- [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
100100

101101
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:
102102

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.
104104

105105
- 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.
106106

0 commit comments

Comments
 (0)