View source: R/gerda_covariates.R
| gerda_covariates_codebook | R Documentation |
Returns the data dictionary for county-level (Kreis) covariates from INKAR. Provides variable names, labels, units, categories, original INKAR codes, and missing data information for all county-level socioeconomic and demographic indicators.
gerda_covariates_codebook()
A data frame with 22 rows documenting all variables in the county covariates dataset.
gerda_covariates for the actual covariate data
# View the full codebook
codebook <- gerda_covariates_codebook()
print(codebook)
# Find variables by category
library(dplyr)
codebook %>%
filter(category == "Demographics")
# Find variables with good coverage
codebook %>%
filter(missing_pct < 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.