I have a data frame that has headers as this
Name 0x1 1x2
read.csv changes the header to be
Name X0x1 X1x2
read_csv('file_name.csv",check,names=F)
check.names=F, strips the white space character and removes the "x"