football_uk | R Documentation |
base function to get in a clean way the data available on football-uk.
football_uk( country = "all", division = "all", years = c(start = 2010, end = 2020), verbose = TRUE )
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. |
tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.