Description Usage Arguments Value Note See Also Examples
Summarize playerSessions for easier display. Either by person and day,
day only (without player subsets), weekday, or month.
1  | getPlayedPerX(playerSessions = NULL, people = NULL, sumBy = "person")
 | 
playerSessions | 
 The sessions dataset summarized by person.  | 
people | 
 The dataset containing the people information, defaults to using   | 
sumBy | 
 What to summarize by? Either   | 
data.frame containing latest deaths for each player
The API uses a different log than Minecraft stats, tl;dr things are complicated
getPlayerSessions, getSessions
1 2 3 4 5 6  | ## Not run: 
sessions        <- getSessions()
playerSessions  <- getPlayerSessions(sessions, splitByDay = TRUE)
playedPerMonth  <- getPlayedPerX(playerSessions, sumBy = "month")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.