I have a dataset with 11 columns with over a 1000 rows each. The columns were labeled V1, V2, V11, etc.. I replaced the names with something more useful to me using the \"c\
I am not expert, but this may work as well,
dat <- dat[2:nrow(dat), ]