Learn R Programming

aemo (version 0.3.0)

clean_up_aemo_data_files: Remove AEMO CSV files

Description

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").

Usage

clean_up_aemo_data_files(path = ".")

Arguments

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.

Value

no return value. However, AEMO files that are identified are removed.