get_football_uk: get_football_uk

View source: R/get_football_uk.R

get_football_ukR Documentation

get_football_uk

Description

base function to get in a clean way the data availables on football-uk.

Usage

get_football_uk(
  country = NULL,
  division = "div1",
  year = 2020,
  raw = FALSE,
  verbose = FALSE
)

Arguments

country

character. One of the available countries.

division

character. One of the available divisions.

year

character. The year for which you want to import the data.

raw

logical. If TRUE will be applied a function to reduce and rename the variables, otherwise it will return the original data.frame.

quiet

logical. When TRUE function evalueates without displaying customary messages.

Value

tibble


beniamino98/footballR documentation built on Feb. 27, 2023, 6:31 p.m.