Learn R Programming

gerda (version 0.5.0)

gerda_census_codebook: Get Codebook for Census 2022 Data

Description

Returns the data dictionary for municipality-level Census 2022 indicators. Provides variable names, labels, units, and data sources.

Usage

gerda_census_codebook()

Arguments

Value

A data frame with 16 rows documenting all variables in the census dataset.

See Also

gerda_census for the actual census data

Examples

Run this code
# View the codebook
codebook <- gerda_census_codebook()
print(codebook)

Run the code above in your browser using DataLab