I have been trying to read the excel file but seems like there is something wrong. The file is stored in Documents folder in excel format.
These are the error mess
read.csv doesn't read XLS(X) files, only CSV files. Try opening your Excel file in Excel, exporting it to CSV and reissuing your read.csv command (depending on your system language, you might want to use read.csv2 instead).
read.csv
read.csv2