aoe2_matches: aoe2_matches

Description Usage Arguments Details Examples

View source: R/aoe2_matches.r

Description

This function gives you data.frame of the player rating if the player has been active in the last 28 days.

Usage

1
aoe2_matches(date, count = 10, game = "aoe2de", id_to_text = TRUE)

Arguments

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.

Details

More Information about aoe2.net api at https://aoe2.net/#api

Examples

1
2
aoe2_matches(date="2020-11-09 12:49:39 UTC", count=5)
aoe2_matches(date="1596775000", count=5) # recommended way

johannes4998/aoe2dotnetapi documentation built on Aug. 20, 2021, 8:31 p.m.