Skip to content

baseballr 1.2.0 - Hit the CRAN, get the bands

Compare
Choose a tag to compare
@saiemgilani saiemgilani released this 25 Apr 13:13

baseballr v1.2.0 is now on CRAN

  • Removed two pitchRx-dependent functions, updated retrosheet function and documentation
  • Removed edge_scrape() and edge_scrape_split() from package. See data-raw/archived/ for the last updated script. These may be re-visited at a later date with improved data repository maturity.
  • Retrosheet functions updated to use tempdir()/tempfile() methods by default. Will need to specify a working directory to enable old functionality in which files are written to disk permanently. New default functionality is to return a named list with two tibbles per year specified: 'events' and 'rosters'.

~82 MLB Stats API functions added

name file
mlb_all_star_ballots() R/mlb_all_star_ballots.R
mlb_all_star_final_vote() R/mlb_all_star_final_vote.R
mlb_all_star_write_ins() R/mlb_all_star_write_ins.R
mlb_attendance() R/mlb_attendance.R
mlb_awards() R/mlb_awards.R
mlb_awards_recipient() R/mlb_awards_recipient.R
mlb_baseball_stats() R/mlb_baseball_stats.R
mlb_conferences() R/mlb_conferences.R
mlb_divisions() R/mlb_divisions.R
mlb_draft_latest() R/mlb_draft_latest.R
mlb_draft_prospects() R/mlb_draft_prospects.R
mlb_event_types() R/mlb_event_types.R
mlb_fielder_detail_types() R/mlb_fielder_detail_types.R
mlb_game_changes() R/mlb_game_changes.R
mlb_game_content() R/mlb_game_content.R
mlb_game_context_metrics() R/mlb_game_context_metrics.R
mlb_game_linescore() R/mlb_game_linescore.R
mlb_game_pace() R/mlb_game_pace.R
mlb_game_status_codes() R/mlb_game_status_codes.R
mlb_game_timecodes() R/mlb_game_timecodes.R
mlb_game_types() R/mlb_game_types.R
mlb_game_wp() R/mlb_game_wp.R
mlb_high_low_stats() R/mlb_high_low_stats.R
mlb_high_low_types() R/mlb_high_low_types.R
mlb_hit_trajectories() R/mlb_hit_trajectories.R
mlb_homerun_derby() R/mlb_homerun_derby.R
mlb_homerun_derby_bracket() R/mlb_homerun_derby.R
mlb_homerun_derby_players() R/mlb_homerun_derby.R
mlb_job_types() R/mlb_job_types.R
mlb_jobs() R/mlb_jobs.R
mlb_jobs_datacasters() R/mlb_jobs_datacasters.R
mlb_jobs_official_scorers() R/mlb_jobs_official_scorers.R
mlb_jobs_umpires() R/mlb_jobs_umpires.R
mlb_languages() R/mlb_languages.R
mlb_league() R/mlb_league.R
mlb_league_leader_types() R/mlb_league_leader_types.R
mlb_logical_events() R/mlb_logical_events.R
mlb_metrics() R/mlb_metrics.R
mlb_pbp_diff() R/mlb_pbp_diff.R
mlb_people() R/mlb_people.R
mlb_people_free_agents() R/mlb_people_free_agents.R
mlb_pitch_codes() R/mlb_pitch_codes.R
mlb_pitch_types() R/mlb_pitch_types.R
mlb_player_game_stats() R/mlb_player_game_stats.R
mlb_player_game_stats_current() R/mlb_player_game_stats_current.R
mlb_player_status_codes() R/mlb_player_status_codes.R
mlb_positions() R/mlb_positions.R
mlb_probables() R/mlb_probables.R
mlb_review_reasons() R/mlb_review_reasons.R
mlb_roster_types() R/mlb_roster_types.R
mlb_rosters() R/mlb_rosters.R
mlb_runner_detail_types() R/mlb_runner_detail_types.R
mlb_schedule_event_types() R/mlb_schedule_event_types.R
mlb_schedule_games_tied() R/mlb_schedule_games_tied.R
mlb_schedule_postseason() R/mlb_schedule_postseason.R
mlb_schedule_postseason_series() R/mlb_schedule_postseason_series.R
mlb_seasons() R/mlb_seasons.R
mlb_seasons_all() R/mlb_seasons_all.R
mlb_situation_codes() R/mlb_situation_codes.R
mlb_sky() R/mlb_sky.R
mlb_sports() R/mlb_sports.R
mlb_sports_info() R/mlb_sports_info.R
mlb_sports_players() R/mlb_sports_players.R
mlb_standings() R/mlb_standings.R
mlb_standings_types() R/mlb_standings_types.R
mlb_stat_groups() R/mlb_stat_groups.R
mlb_stat_types() R/mlb_stat_types.R
mlb_stats() R/mlb_stats.R
mlb_stats_leaders() R/mlb_stats_leaders.R
mlb_team_affiliates() R/mlb_team_affiliates.R
mlb_team_alumni() R/mlb_team_alumni.R
mlb_team_coaches() R/mlb_team_coaches.R
mlb_team_history() R/mlb_team_history.R
mlb_team_info() R/mlb_team_info.R
mlb_team_leaders() R/mlb_team_leaders.R
mlb_team_personnel() R/mlb_team_personnel.R
mlb_team_stats() R/mlb_team_stats.R
mlb_teams() R/mlb_teams.R
mlb_teams_stats() R/mlb_teams_stats.R
mlb_teams_stats_leaders() R/mlb_teams_stats_leaders.R
mlb_venues() R/mlb_venues.R
mlb_wind_direction_codes() R/mlb_wind_direction_codes.R
  • baseballr, as of v1.1.0, is a full MLB Stats API wrapper with access to 85+ endpoints