# NOT RUN {
data <- as.data.frame(matrix(1:80,ncol=8))
GetRange("V", c(1,4), data)
# V1 V4
# 1 1 31
# 2 2 32
# 3 3 33
# 4 4 34
# 5 5 35
# 6 6 36
# 7 7 37
# 8 8 38
# 9 9 39
# 10 10 40
# }
Run the code above in your browser using DataLab