-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappendix.Rmd
42 lines (27 loc) · 1.03 KB
/
appendix.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# Appendix {-}
## Abbreviations {-}
```{r acronyms, echo = FALSE, warning = FALSE, comment = FALSE, message = FALSE}
library(kableExtra)
library(readxl)
acronyms <- read_xlsx("resources/acronyms.xlsx")
acronyms <- acronyms[order(acronyms$acronym),]
acronyms %>%
kbl(col.names = NULL) %>%
kable_styling() %>%
column_spec(1, bold = T)
```
## Terminology {-}
The terminology for survey phases, activities and personnel can vary between organisations. The key terms used in this book are defined below.
```{r terminology, echo = FALSE, warning = FALSE, comment = FALSE, message = FALSE}
library(kableExtra)
library(readxl)
terminology <- read_xlsx("resources/terminology.xlsx")
terminology <- terminology[order(terminology$Concept),]
terminology %>%
kbl() %>%
kable_styling() %>%
column_spec(1, bold = T, width_min = "10em")
```
## References {-}
<div id="refs"></div>
<img src="images/LSMS-Logo_300dpi_06.png" style="height: 6em; margin-right: 10%;" /><img src="images/WB-WBG-horizontal-RGB.png" style="height: 4em;" />