## Not run:
# # Upload data to create a 10x10 SciDB matrix
# A <- as.scidb(matrix(rnorm(100),10))
# # The following are equivalent, but between avoids creating an
# # indexing vector:
# A[0:4,][]
# A[between(0,4),][]
# ## End(Not run)
Run the code above in your browser using DataLab