View source: R/get_football_uk.R
get_football_uk | R Documentation |
base function to get in a clean way the data availables on football-uk.
get_football_uk( country = NULL, division = "div1", year = 2020, raw = FALSE, verbose = FALSE )
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. |
tibble
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.