vecprint: Print beginning and end of big vector

Description Usage Arguments Value Author(s) See Also Examples

Description

Print beginning and end of big vector

Usage

1
2
3
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

matprint

Examples

1
  vecprint(10000:1)

OHDSI/ff documentation built on May 7, 2019, 8:30 p.m.