getPlayerId: Get player ID

Description Usage Arguments Value See Also Examples

View source: R/getPlayerId.R

Description

Get the ID for a player with a given name.

Usage

1
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

1
2
3
4
5
6
## Not run: 
mc_connect()
getPlayerIds()
getPlayerId("wyldstyle")

## End(Not run)

kbroman/miner documentation built on Jan. 26, 2021, 8:14 p.m.