format.estimate | R Documentation |
Format an estimate for pretty printing
## S3 method for class 'estimate'
format(x, conf = 0.9, digits = 2, trim = FALSE, ..., formatter = fmt_plain)
x |
An estimate vector |
conf |
The confidence level to use in converting the margin of error to a standard error. Defaults to 90%, which is what the Census Bureau uses for ACS estimates. |
digits |
The number of dig |
trim |
logical; if |
... |
Ignored. |
formatter |
the formatting function to use internally |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.