...
Step 1
Make sure the CSV file is in the right format, particularly R when it reads a CSV format reads only the comma separated values (hence the name CSV) anything else before these values will cause R to fail. If Make sure your CSV contains does not contain something at the beginning like this:
User: USER,Path: C:\Program Files\BMG\OPTIMA\User\Data\,Test run no.: 249
Test name: GYORGY,Date: 22/11/2012,Time: 17:03:21
Luminescence
You will have a problem. To fix just delete these lines and any blank lines preceding the data.
...