Description Usage Arguments Value Note Examples
Get the server sessions (including player session log) from the appropriate API endpoint
1  | getSessions(url = getOption("url.general.sessions"))
 | 
url | 
 Source of the   | 
data.frame with server- and lists of player sessions
Uses the default API location URL unless the appropriate option is set.
1 2  | options(url.general.sessions = "http://api.wurstmineberg.de/server/sessions/overview.json")
sessions <- getSessions()
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.