Skip to contents

load_equity_data loads and processes survey data from a specified file path. It performs data cleaning, renaming, and standardization while allowing for the alignment of state codes.

Usage

load_equity_data(path)

Arguments

path

Character. File path to the survey data file (DTA format).

Value

A tibble containing cleaned and processed survey data.