stattleship / stattleship-r

Stattleship R Wrapper
https://api.stattleship.com/
MIT License
48 stars 14 forks source link

add baseball and mlb data to the API #25

Closed Btibert3 closed 8 years ago

Btibert3 commented 8 years ago

A quick test for adding MLB

what are the teams

teams <- ss_get_result(ep = "teams", sport = "baseball", league = "mlb", walk=TRUE) length(teams) teams[[1]]$teams

dthyresson commented 8 years ago

Good to merge. :shipit: