Print Data with Atomic Modes

DESCRIPTION:

Formats and prints atomic vectors.

USAGE:

print.atomic(x, quote=T) 

REQUIRED ARGUMENTS:

x
a vector with an atomic mode.

OPTIONAL ARGUMENTS:

quote
logical flag: should character strings be surrounded by quotes?

VALUE:

x, with the invisible flag set to prevent reprinting.

SIDE EFFECTS:

The function 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.

DETAILS:

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.

SEE ALSO:

, , .