Skip to contents

Start with a table that has all the estimates columns together, followed by all the MOEs columns, and create a new column sort order so that estimates will be interspersed with (next to) their MOE values, as FactFinder format provides.

Usage

format_est_moe(my.list.of.tables)

Arguments

my.list.of.tables

Required list of tables from earlier steps in get.acs()

Value

List of tables like input but with columns sorted in a new order.