Build Status codecov AppVeyor Build Status

knitr::opts_chunk$set(echo = T, message=F, warning=F, error=F, collapse = TRUE,
                      comment=NA, #R.options=list(width=220),   # code 
                      dev.args=list(bg = 'transparent'), dev='png',                 # viz
                      fig.path = "man/figures/README-",
                      fig.align='center', out.width='75%', fig.asp=.75,                 
                      cache.rebuild=F, cache=F)                                         # cache

five38clubrankings

This package just grabs the table located at https://projects.fivethirtyeight.com/global-club-soccer-rankings/, and additionally does some summary by league and country. You can get the csv at https://github.com/fivethirtyeight/data/tree/master/soccer-spi, but that doesn't have country or one-week change. The main function is get_club_rankings.

Installation

The usual GitHub installation. devtools package required.

devtools::install_github('m-clark/five38clubrankings')


m-clark/five38clubrankings documentation built on May 30, 2019, 12:47 p.m.