R/get_current_gw.R

Defines functions get_current_gw

get_current_gw <- function(){
  get_fixtures() %>%
    subset(finished_provisional == TRUE) %>%
    dplyr::summarise(gw = max(event)) %>%
    as.numeric()
}
tjconstant/ffs.query documentation built on May 25, 2019, 7:23 p.m.