R/GameDayPlaysExt.R

#' @title GameDayPlaysExt
#' 
#' @description Contains the output from makeWAR()
#' 
#' @exportClass GameDayPlaysExt
#' @examples showClass('GameDayPlaysExt')

setClass("GameDayPlaysExt", contains = "GameDayPlays") 
frogman141/openWAR documentation built on Dec. 20, 2021, 8:52 a.m.