Description Usage Arguments Details Examples
This function gives you data.frame of the player rating if the player has been active in the last 28 days.
1 | aoe2_matches(date, count = 10, game = "aoe2de", id_to_text = TRUE)
|
date |
Date either as unix epoch or in this format "2013-09-16 2:13:46 EST" |
count |
Number of games to download. |
game |
Default is aoe2de since the api is mostly used for that. |
id_to_text |
Translates columns with number code to humanreadable text. Like civ ids to civ names. |
More Information about aoe2.net api at https://aoe2.net/#api
1 2 | aoe2_matches(date="2020-11-09 12:49:39 UTC", count=5)
aoe2_matches(date="1596775000", count=5) # recommended way
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.