Download soccer club rankings as provided by 538.

get_club_rankings(csv = FALSE)

Arguments

csv

See details.

Value

A data frame of the rankings

Details

This uses the rvest package to download football club rankings as provided by 538. It has one argument, whether you want to use their API to get the `*.csv`, or not. It is FALSE by default, as country and one-week change are available from the table on their website. As a result, the get_country_averages and get_league_averages function will not work if you use the csv rankings.

Examples

# NOT RUN {
get_club_rankings()
# }