print.default {base} | R Documentation |
print
prints its argument.
A non-null value for digits
specifies the number of significant
digits to be printed in values. If digits
is NULL
, the
value of digits
set by options
is used.
The value of quote
indicates whether or not strings should be
printed with surrounding quotes.
na.print
is a string which is used to indicate NA
values
in printed output.
print.gap
gives the spacing between adjacent columns in printed
matrices and arrays.
print.default(x, digits = NULL, quote = TRUE, na.print = "NA",
print.gap = 1, ...)
options
.
pi
print(pi, digits = 16)
LETTERS[1:16]
print(LETTERS, quote = FALSE)