View source: R/print_est_table.R
print.est_table | R Documentation |
Print method for an 'est_table' object
## S3 method for class 'est_table'
print(x, ..., nd = 3, empty_cells = "--", group_first = FALSE)
x |
Object of the class
|
... |
Optional arguments to be
passed to |
nd |
The number of digits to be printed. Default is 3. (Scientific notation will never be used.) |
empty_cells |
String to be
printed for empty cells or cells with
no values. Default is |
group_first |
Not used. |
x
is returned invisibly. Called for its side effect.
Shu Fai Cheung https://orcid.org/0000-0002-9871-9448
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.