Basic CSV Data Reading and Analysis using R
The program R_DA.R reads one or more of the 332 csv files present in the folder specdata, stores it as dataframe and applies basic DA techniques like mean, correlation and NA value checks to the files.
The data used is available as a part of the R Programming Course, provided by John Hopkins University, available on Coursera.