Description Usage Arguments Value Examples
Extract common mob names from a list of mob stats. Uses strings.entities for
substitutions of some mob names.
1  | getMobStats(entities = entities, mobData = NULL)
 | 
entities | 
 The entities dataset from which mob names should be extracted  | 
mobData | 
 Dataset of mob metadata, defaults to strings.mobs  | 
Vector of mob names, adjusted for readability
1 2 3 4 5  | ## Not run: 
entities <- stats2df(fromJSON("http://api.wurstmineberg.de/server/playerstats/general.json"))
getMobStats(entities)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.