Description Usage Arguments Value
Neatly arrange estimate and margin of error columns, such that each estimate column is followed by a column with the corresponding margin of error.
1  | arrange_est_moe(.data, omit = 1)
 | 
.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.  | 
Returns a tbl, making it useful in dplyr chaining
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.