Description
Tools for Football Player Scouting in Indonesia.
Description
Provides tools to scrape, clean, and analyze football player data from Indonesian leagues and perform similarity-based scouting analysis using standardized numeric features. The similarity approach follows common vector-space methods as described in Manning et al. (2008, ISBN:9780521865715) and Salton et al. (1975, <doi:10.1145/361219.361220>).
README.md
indonesiaFootballScoutR
The goal of indonesiaFootballScoutR is to ...
Installation
You can install the development version of indonesiaFootballScoutR from GitHub with:
install.packages("devtools")
devtools::install_github("tioanta/indonesiaFootballScoutR")
Example
This is a basic example which shows you how to solve a common problem:
library(indonesiaFootballScoutR)
liga1 <- scrape_league(
"https://www.transfermarkt.co.id/super-league/startseite/wettbewerb/IN1L",
league_country = "Indonesia - Liga 1"
)
cleaned <- clean_player_db(liga1)
head(cleaned)