Description Usage Arguments Examples
Takes data downloaded from http://www.football-data.co.uk using
get_football_data
and cleans it
by turning all column names into snake case and formatting the date columns.
Pipe ready
1 | clean_football_data(.data)
|
.data |
The data that needs to be cleaned. |
1 2 3 4 | ## Not run:
clean_football_data(.data = get_football_data())
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.