Print beginning and end of big vector
vecprint(x, maxlength = 16, digits = getOption("digits"))
# S3 method for vecprint
print(x, quote = FALSE, …)
a vector
max number of elements for printing
see format
see print
see print
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 ":"
# NOT RUN {
vecprint(10000:1)
# }
Run the code above in your browser using DataLab