get_divisions: get_divisions

View source: R/football_uk.R

get_divisionsR Documentation

get_divisions

Description

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

Usage

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

Arguments

country

character. One of the available countries.

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.