arrange_est_moe: Arrange estimate and MOE

Description Usage Arguments Value

Description

Neatly arrange estimate and margin of error columns, such that each estimate column is followed by a column with the corresponding margin of error.

Usage

1
arrange_est_moe(.data, omit = 1)

Arguments

.data

A tbl.

omit

An integer or vector of integers corresponding to the position of the column(s) that shouldn't be rearranged. Intended use case is where first 1-2 columns are characters such as names and counties. Defaults to 1.

Value

Returns a tbl, making it useful in dplyr chaining


CT-Data-Haven/acsprofiles documentation built on June 13, 2019, 8:20 a.m.