getLeadingPlayers: See which players lead a stat

Description Usage Arguments Value Note Examples

Description

Extract common mob names from a list of mob stats. Uses strings.entities for substitutions of some mob names.

Usage

1
getLeadingPlayers(dataset, playerstats = NULL, trailing = FALSE)

Arguments

dataset

Dataset of summary stats like mobStats or itemStats

playerstats

The player stat from which the leading players should be calculated, like entities, items etc.

trailing

If TRUE, the trailing players are returned instead of the leading players

Value

Vector names

Note

Required to produce mobStats, see getMobStats

Examples

1
2
3
4
## Not run: 
getLeadingPlayers(mobStats, entities)

## End(Not run)

jemus42/wurstmineR documentation built on May 19, 2019, 4:03 a.m.