Learn R Programming

openWAR (version 0.2.2.9001)

getRAA: getRAA

Description

Tabulates runs above average (RAA) values per player

Usage

getRAA(data, ...)

# S3 method for openWARPlays getRAA(data, ...)

Arguments

data

An object of class openWARPlays

...

currently ignored

Value

A data.frame of class openWARPlayers

Details

Takes an object of class openWARPlays and consolidates the RAA values by player

Examples

Run this code
# NOT RUN {
players = getRAA(MayProcessed$openWAR)
# }

Run the code above in your browser using DataLab