getActivePeople: Get active server members dataframe

Description Usage Arguments Value Examples

Description

Get a dataframe of active server members based on a people.json.

Usage

1
getActivePeople(url = getOption("url.strings.people"), size = "active")

Arguments

url

The source of the people.json file. Defaults to using the option url.strings.people, if that is NULL, the Wurstmineberg people file will be used.

size

Size of people dataset to return. active (default) for currently whitelisted members only, full for all members, including former members.

Value

A data.frame containing most fields from a people.json and some other things

Examples

1
2
options(url.strings.people = "http://wurstmineberg.de/assets/serverstatus/people.json")
activePeople <- getActivePeople()

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