format.estimate: Format an estimate

View source: R/estimate.R

format.estimateR Documentation

Format an estimate

Description

Format an estimate for pretty printing

Usage

## S3 method for class 'estimate'
format(x, conf = 0.9, digits = 2, trim = FALSE, ..., formatter = fmt_plain)

Arguments

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 FALSE, logical, numeric and complex values are right-justified to a common width: if TRUE the leading blanks for justification are suppressed.

...

Ignored.

formatter

the formatting function to use internally


easycensus documentation built on March 31, 2023, 10:57 p.m.