Camden Kay

Results 6 issues of Camden Kay

- New vignette on using basic pitch data from `statcast_search_pitchers()`

- Adapted the existing `fg_*_leaders()` functions to pull from the team-level data, rather than the individual players. In doing so, I also removed a few of the columns that wouldn't...

- Created a `statcast_load_seasons` function to pull full seasons worth of data from baseballr-data. - Added some helper functions to read files from URLs To Do: - Update the URL...

- We need to add checks to automatically set the "month" parameter to be equal to 1000 when querying specific date ranges ``` # This works baseballr::fg_batter_leaders(startdate = "2023-03-26", enddate...

enhancement
documentation

Prepare for release: * [x] `git pull` * [x] Check [current CRAN check results](https://cran.rstudio.org/web/checks/check_results_mlbplotR.html) * [x] Check if any deprecation processes should be advanced, as described in [Gradual deprecation](https://lifecycle.r-lib.org/articles/communicate.html#gradual-deprecation) *...

`nudge_x/y` capabilities have already been added to geoms. "jitter" would be a low usage item, but something that could be potentially useful if lots of logos are stacked atop each...

enhancement