sba: Calculates stolen base attempts

Description Usage Arguments Value Examples

View source: R/baserunning.R

Description

Computes total attempts to steal a base, by adding sb and cs

Usage

1
sba(sb, cs)

Arguments

sb

Number of stolen bases

cs

Number of caught stealing

Value

sba

Examples

1
sba(20, 4)

mlbstats documentation built on May 2, 2019, 1:04 p.m.

Related to sba in mlbstats...