Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 465 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 465 Bytes

Soccer-League-Web-Scraping

Scraping the data of English Soccer Leagues from a statical webpage. However for dynamic webpage require webdriver --- RSelenium.

source('C:/Users/Scibrokes Trading/Documents/GitHub/englianhu/Soccer-League-Web-Scraping/function/downloadMatch.R')
URL = "http://app.en.gooooal.com/soccer/statistic/standing.do?lid=4"
eng2012 = downloadMatch(URL, year = 2012)
eng2013 = downloadMatch(URL, year = 2013)