This function removes AEMO data files that are on the path
. These
are identified by having a filename of the form
[REGION][YYYY][MM].csv
(e.g. "NSW201405.csv"
).
clean_up_aemo_data_files(path = ".")
a string containing the location of the AEMO (CSV) data files that you wish to collate. These must have filenames of the form specified above.
no return value. However, AEMO files that are identified are removed.