The goal of indonesiaFootballScoutR is to …
You can install the development version of indonesiaFootballScoutR from GitHub with:
install.packages("devtools")
devtools::install_github("tioanta/indonesiaFootballScoutR")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)