print() on a
table object
print.table(x, digits = .Options$digits, quote = F, right = F,
NA.fill = NULL, NaN.fill = NULL, ...)
table.
TRUE, character strings are printed with surrounding
quotes.
TRUE, contents of the table is right justified in
columns of output.
NA values in
x.
NaN values in
x.
This is a method for the function
print() for objects inheriting from class
table.
See
print or
print.default for the general behavior of this function
and for the interpretation of
x,
quote.