View source: R/S3_definitions.R
print.rate | R Documentation |
Print method function for rate
objects; see
[rate]
.
## S3 method for class 'rate'
print(x, subset = NULL, ...)
x |
an |
subset |
a logical condition to subset results table by
before printing; use this to limit to a certain stratum. E.g.
|
... |
arguments for data.tables print method, e.g. row.names = FALSE suppresses row numbers. |
Always returns NULL
invisibly.
This function is called for its side effects.
Matti Rantanen
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.