## Not run:
# x <- as.scidb(iris)
# # Extract rows 3--5 (note the indices of the returned results)
# subarray(x,c(3,5))[]
#
# # Extract rows 3--5 using SciDB between (note the indices)
# subarray(x,c(3,5), between=TRUE)[]
# ## End(Not run)
Run the code above in your browser using DataLab