football_uk: football_uk

View source: R/football_uk.R

football_ukR Documentation

football_uk

Description

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

Usage

football_uk(
  country = "all",
  division = "all",
  years = c(start = 2010, end = 2020),
  verbose = TRUE
)

Arguments

country

character vector. One or more of the available countries. By default is set to 'all' and will consider all the countries available.

division

character vector. One or more of the available divisions. By default is set to 'all' and will consider all the divisions available for a specific country.

years

integer vector. The first item is the first year of importation and the second item is the last year.

verbose

logical. When TRUE function evaluates without displaying customary messages.

Value

tibble


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