aoe2_match: aoe2_match

Description Usage Arguments Details Examples

View source: R/aoe2_match.r

Description

This function gives you list of the match settings and match details.

Usage

1
aoe2_match(match_id, id_to_text = TRUE)

Arguments

match_id

Either match_id or uuid of the match. match_id is the same as the Lobby code. Function takes either value and changes the api call accordingly.

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
3
4
#Hera vs Liereyy Champions League
aoe2_match(match_id=47634872)
#Hera vs Liereyy Champions League
aoe2_match(match_id="39b80e7a-e4df-974e-90f0-cf4fe2be6561")

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