knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

mlbgm

Travis-CI Build Status

The goal of mlbgm is to streamline access to data that answers questions that Major League Baseball executives care about. These include:

Installation

You can install the development version from GitHub with:

# install.packages("devtools")
devtools::install_github("beanumber/mlbgm")

Example

This is a basic example which shows you how to solve a common problem:

library(mlbgm)
lkup_teams()
lkup_players

References

mlbgm works in conjunctions with other tools, including:



beanumber/mlbgm documentation built on Jan. 21, 2020, 8:33 p.m.