I need to select a range of observations from variable "position"
and keep getting errors.
Here is what I have been trying:
newfile <- myfile[which(myfile$position (18300000:18400000), ]
and this error comes up:
Error: unexpected numeric constant in "newfile <- myfile[which(myfile$position 18300000"