print.atomic(x, quote=T)
x
, with the invisible flag set to prevent reprinting.
print.atomic
is normally called by the
print.default
function
and not interactively.
It computes a single format for the first page of output
(determined by the current options; see
options
)
and starts printing.
It may change formats after each page of
output.
To cause it to print everything with one format, make the
length
option
very large.
If
names(x)
is
NULL
, each line begins with
[
i
]
where i
is the index of the first element printed on that line.
When
x
does have names, each element is printed below its name.