Skip to contents

DEPRECATED. Use geoid_pad() or other supported utilities for GEOID formatting. This function is no longer maintained and may be removed in future releases.

Usage

format_geoids(df, columns)

Arguments

df

data.frame or data.table. Tabular input with GEOID columns to format.

columns

named list. Maps GEOID types (e.g., 'bg', 'tract') to column names.

Value

data.frame or data.table. Copy of input with formatted GEOID columns.

Details

  • This function is deprecated and not used elsewhere in the package.

  • Prefer geoid_pad() or custom logic for GEOID formatting.

  • See documentation for recommended alternatives.

Settings

None.

See also

geoid_pad

Other geo utilities: geoid_pad(), get_bg_geom(), get_county_fips(), get_puma_geom(), get_state_fips(), pad_geoid_cols()

Examples

## Deprecated: Use geoid_pad() instead.