I want the column names 2 through 9, and 18 through 25 and i tried:
colnames(df)[2:9,18:25]
but it returns error of incorrect dimensions, how would i do this in a simple manner?
I want the column names 2 through 9, and 18 through 25 and i tried:
colnames(df)[2:9,18:25]
but it returns error of incorrect dimensions, how would i do this in a simple manner?