Helper functions for creating scorer table based on game results on FVBB website (https://fvbb.saisonmanager.de)
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 KWB package 'fvbb.scorer' from GitHub
remotes::install_github("mrustl/fvbb.scorer")
Release: https://mrustl.github.io/fvbb.scorer
Development: https://mrustl.github.io/fvbb.scorer/dev
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.