should the values be indicated as range rather then first and
last elements?
max.print
maximum number of elements to be printed (of a variable)
shorten.to
if a vector is longer than max.print, only the
first shorten.to[1] and the last shorten.to[2] elements are
printed
object
a hyperSpec object
...
print and summary hand further arguments to as.character
Value
as.character returns a character vector fit to be printed by
cat with sep = "\n".print invisibly returns x after printing, show returns
an invisible NULL.