clean_football_data: Make football data ready for R coding

Description Usage Arguments Examples

Description

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

Usage

1

Arguments

.data

The data that needs to be cleaned.

Examples

1
2
3
4
## Not run: 
clean_football_data(.data = get_football_data())

## End(Not run)

tojyouso/footballdatar documentation built on May 10, 2019, 1:25 p.m.