# 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)
Run the code above in your browser using DataLab