CSV file looks like this (modified for brevity). Several columns have spaces in their title and R can\'t seem to distinguish them.
Alias;Type;SerialNo;DateTime;Ma
s_data <- read.csv( file=f_name , check.names=FALSE)