| calc_streak {openintro} | R Documentation | 
Calculate hit streaks
Description
Calculate hit streaks
Usage
calc_streak(x)
Arguments
| x | A character vector of hits ( | 
Value
A data frame with one column, length, containing the length of
each hit streak.
Examples
data(kobe_basket)
calc_streak(kobe_basket$shot)
[Package openintro version 2.5.0 Index]