format.estimate {easycensus}R 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


[Package easycensus version 1.1.1 Index]