balls_to_overs {howzatR} | R Documentation |
Convert Balls to Overs (Six Ball)
Description
Convert numbers of balls as it equates in terms of six ball overs.
Usage
balls_to_overs(balls)
Arguments
balls |
number of balls bowled/faced. |
Value
number of six ball overs this equates too.
Examples
balls_to_overs(balls = 6)
balls_to_overs(balls = 17)
[Package howzatR version 1.0.1 Index]