powered by
validateIndices(idxs=NULL, maxIdx, allowOutOfBound=TRUE)
integer
vector
NULL
NA
idxs <- validateIndices(c(-4, 0, -3, -1), 5) # [2,5] idxs <- validateIndices(c(4, 4, 8, 2, 3), 8) # [4, 4, 8, 2, 3]
Run the code above in your browser using DataLab