Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

vecprint

Print beginning and end of big vector


Description

Print beginning and end of big vector

Usage

vecprint(x, maxlength = 16, digits = getOption("digits"))
 ## S3 method for class 'vecprint'
print(x, quote = FALSE, ...)

Arguments

x

a vector

maxlength

max number of elements for printing

digits

see format

quote

see print

...

see print

Value

a list of class 'vecprint' with components

subscript

a list with two vectors of subscripts: vector begin and vector end

example

the extracted example vector as.character including seperator

sep

the row seperator ":"

Author(s)

Jens Oehlschlägel

See Also

Examples

vecprint(10000:1)

ff

Memory-Efficient Storage of Large Data on Disk and Fast Access Functions

v4.0.4
GPL-2 | GPL-3 | file LICENSE
Authors
Daniel Adler [aut], Christian Gläser [aut], Oleg Nenadic [aut], Jens Oehlschlägel [aut, cre], Martijn Schuemie [aut], Walter Zucchini [aut]
Initial release
2020-10-13

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.