Helper functions for creating scorer table based on game results on FVBB website (https://fvbb.saisonmanager.de)

Installation

To install the R package run the following code:


# Sys.setenv(GITHUB_PAT = "mysecret_access_token")

# Install package "remotes" from CRAN
if (! require("remotes")) {
  install.packages("remotes", repos = "https://cloud.r-project.org")
}

# Install R package 'fvbb.scorer' from GitHub

remotes::install_github("mrustl/fvbb.scorer")