Format an estimate for pretty printing
# S3 method for estimate
format(x, conf = 0.9, digits = 2, trim = FALSE, ..., formatter = fmt_plain)An estimate vector
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.
The number of dig
logical; if FALSE, logical, numeric and complex values are
right-justified to a common width: if TRUE the leading blanks for
justification are suppressed.
Ignored.
the formatting function to use internally