Description Usage Arguments Value Examples
Get a dataframe of active server members based on a people.json.
| 1 | getActivePeople(url = getOption("url.strings.people"), size = "active")
 | 
| url | The source of the people.json file. Defaults to using the option  | 
| size | Size of people dataset to return.  | 
A data.frame containing most fields from a people.json and some other things
| 1 2 | options(url.strings.people = "http://wurstmineberg.de/assets/serverstatus/people.json")
activePeople <- getActivePeople()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.