Using a transfermarkt club name get the elo rating for a specific date. The function returns the clubElo rating as a numeric.
1 | tm_to_elo_rating(tm_name, date)
|
1 2 3 | x <- tm_to_elo_rating("Celta de Vigo", "2018-01-01")
print(x)
[1] 1702
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.