Learn R Programming

miner (version 0.2.2)

getPlayerName: Get player name

Description

Get the name of a player with a given ID

Usage

getPlayerName(player_id)

Arguments

player_id

Integer giving the ID of a player. You can find IDs of all current players using getPlayerIds().

Value

A character string with the name of the identified player.

See Also

getPlayerIds(), getPlayerId()

Examples

Run this code
# NOT RUN {
mc_connect()
getPlayerIds()
getPlayerName(322)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab