vecprint.rdPrint beginning and end of big vector
a list of class 'vecprint' with components
a list with two vectors of subscripts: vector begin and vector end
the extracted example vector as.character including seperator
the row seperator ":"
vecprint(10000:1)
#> [1] [2] [3] [4] [5] [6] [7] [8] [9993]
#> 10000 9999 9998 9997 9996 9995 9994 9993 : 8
#> [9994] [9995] [9996] [9997] [9998] [9999] [10000]
#> 7 6 5 4 3 2 1