Learn R Programming

miner (version 0.2.2)

getPlayerId: Get player ID

Description

Get the ID for a player with a given name.

Usage

getPlayerId(player_name)

Arguments

player_name

Character string with name of a player.

Value

A number representing the ID of the player.

See Also

getPlayerIds(), getPlayerName()

Examples

Run this code
# NOT RUN {
mc_connect()
getPlayerIds()
getPlayerId("wyldstyle")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab