This function 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_survey_data(
path,
country_iso,
admin_level = c("national", "adminlevel_1")
)