aoe2_player_last_match: aoe2_player_last_match

Description Usage Arguments Details Examples

View source: R/aoe2_player_last_match.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_player_last_match(player_id, game = "aoe2de", id_to_text = TRUE)

Arguments

player_id

Either profile_id or 64 bit steam id. Function takes either value and changes the api call accordingly

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
3
4
#Last Match of GL. TheViper with profile_id
aoe2_player_last_match(player_id=196240)
#Last Match of GL. TheViper with steam_id
aoe2_player_last_match(player_id=76561197984749679)

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