Skip to content

Commit

Permalink
capitalize table heading
Browse files Browse the repository at this point in the history
  • Loading branch information
jannes committed Oct 2, 2024
1 parent 438490e commit 83faaa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 14-location.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 83faaa5

Please sign in to comment.