download_league_data: Data download from kicker.de

Description Usage Arguments Examples

View source: R/URL_and_download.R

Description

This function downloads data from kicker.de! Please note that this function is only for the download of German amateur football leagues. It works mostly for professional and international leagues, but occasionally errors can occur here.

Usage

1

Arguments

league_url

The URL of the kicker.de webpage of the league of interest. Please create this with build_league_url. Alternatively you can copy & paste it manually, but make sure it ends with "/-1".

Examples

1
2
3
4
5
6
7
8
download_league_data(
  "https://www.kicker.de/kreisliga-osterode-fb-1/spieltag/2019-20/-1"
)

download_league_data(build_league_url(
  "berlin-kreisklasse-a-staffel-1-6322",
  season = "2018-19"
))

Niklas191/amateuR documentation built on Oct. 30, 2019, 10:14 p.m.