.BG
.VE $Header: /usr3/s/current/s/.help/RCS/print,v 1.2 83/12/30 19:32:43 rab Exp $
.FN print
.TL
print: Print Data
.CS
print(arg1, arg2, ...,
   rowlab=, collab=, max=, quote=, head=)
.PP
.AG argi
any structure.  Missing values (NAs) are allowed.
.AG rowlab=
character vector of labels for the rows of a matrix.
.AG collab=
character vector of labels for the columns of a matrix.
.AG max=
limit on number of values printed in a single vector or
component, default is value from `max' parameter of `options'.
Use a small value, say `max=10',
to print just the structure information about large data
sets. See also `compname' for this purpose.
.AG quote=
logical, controls whether quotes appear around character strings.
Default TRUE.
.AG head=
logical, determines if time-series and arrays are preceded
by a heading that describes their `Tsp' and `Dim' components.
Default, TRUE.
.RT
structure composed of all `args'.
.PP
The function is invoked automatically if a command line evaluates to a
result which is not assigned a name.
.PP
If `argi' is given in `name=value' form, `name' is printed to label
the value, and is used for the component name
in the returned structure.
.PP
See `options' for control of line width and spacing.
.KW basic*
.KW printing
.KW reports
.KW builtin
.WR
