Merges and cleans Melbourne weather data from minimum and maximum temperature files.
Usage
clean_weather_data(min_data_path, max_data_path)
Arguments
- min_data_path
The path to the minimum temperature CSV file.
- max_data_path
The path to the maximum temperature CSV file.
Value
A cleaned data frame with the columns: year, month, day, minimum_temperature_degree_c, maximum_temperature_degree_c.