knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

CRAN_Status_Badge Travis-CI Build Status Coverage status

juggerdata - The package

A package that was created together with the ongoing blog https://juggerdata.blogspot.de/

juggerdata strives to deliver a single starting point for all Jugger related data-analysis. It contains several jugger-related datasets that can used in many analysis scenarios. This package is intended to be used as a central repository to enable quick analysis and reproducability. Accordingly the data in this package is well documented and as tidy and cleaned as possible.

Licensing

This package is now (starting with version 1.1.0) licensed under the MIT license. Feel free to do whatever you like with this package and the data within. No warranty can be given for any function or validity of the data.

The JTR data within the package was part of previous builds which were licensed as CC0 - public domain. Since raw data can not be properly licensed this was the only logical license. These data sets therefore remain under this license, while the newly added code will get the MIT license - just for warranty reasons.

Installation

You can install juggerdata from github with:

# install.packages("devtools")
devtools::install_github("LueBecko/juggerdata")

Datasets

This package contains the following datasets:

The package will be updated on a regular basis and more datasets will follow.

Quick-Start:

library(juggerdata)

# number of teams and tournaments?
nrow(JTR.Teams)
nrow(JTR.Tournaments)

# first ever tournament on record?
min(JTR.Tournaments$TournamentStart)

Datasets are loaded into your workspace when you first invoke them.

Functions

This packages also delivers a number of function for dealing with various Jugger and data related tasks.

More functionality is sure to come.



LueBecko/juggerdata documentation built on May 20, 2019, 4:07 p.m.