I need to rename columns with names “V4, V5, etc... V503” to be time series in increments of two ms (i.e. “-100-98, 97-95, etc... zip to 900 ms”).
These are 2 second increments for columns that contain brain data from -100 ms to 900ms. I’ve tried using names() and substring() but R didn’t like the numeric aspect. Can anyone help? Thank you!