Description
KGS Rank Graph Parser.
Description
Restore underlining numeric data from rating history graph of KGS (an online platform of the game of go, <http://www.gokgs.com/>). A shiny application is also provided.
README.md
kgschart
kgschart
is an R package for parsing KGS rank graphs into numeric data (KGS is an online platform for the game of go). See Documentation for package introduction, or visit the web app to try the package functionality on browsers.
Installation
This package is now on CRAN. You can download by:
install.packages("kgschart")
Alternatively, you can download the latest version from the GitHub repository.
devtools::install_github("kota7/kgschart-r")