From 83faaa538848b895c2d27daeb071d2d826525086 Mon Sep 17 00:00:00 2001 From: jannes Date: Wed, 2 Oct 2024 16:19:21 +0200 Subject: [PATCH] capitalize table heading --- 14-location.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/14-location.Rmd b/14-location.Rmd index b7e5ddb01..be9965711 100644 --- a/14-location.Rmd +++ b/14-location.Rmd @@ -134,8 +134,8 @@ cap = paste("Categories for each variable in census data from", "located in the downloaded file census.zip (see Figure", "\\@ref(fig:census-stack) for their spatial distribution).") knitr::kable(tab, - col.names = c("Class", "Population", "% female", "Mean age", - "Household size"), + col.names = c("Class", "Population", "% Female", "Mean Age", + "Household Size"), caption = cap, caption.short = "Categories for each variable in census data.", align = "c", booktabs = TRUE)