get_years: get_years

View source: R/football_uk.R

get_yearsR Documentation

get_years

Description

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

Usage

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

Arguments

country

character. One of the available countries.

division

character. One of the available divisions.

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.