br_team: Baseball-Reference MLB Team Statistics Wrapper

Description Usage Arguments Value Author(s) Examples

Description

Wraps values of br_bat(), br_pitch(),br_bat_pitch(), and br_stand() tables into one output pertaining to 'year' or 'years' chosen.

Usage

1

Arguments

year, years

x

'year' or 'years'

Value

A list of data frames containing statistics pertaining to the functions br_bat(), br_pitch(), br_bat_pitch(), and br_stand() pertaining to the singular year or range of years chosen. For more details refer to the mentioned functions.

Author(s)

Jonghyun Yun

Examples

1
2
3
4
## Choose year or range of years you wish to view
br_stand(2018)
or
br_stand(2015:2018)

Jonghyun-Yun/brscrap documentation built on May 9, 2019, 3:26 a.m.