@@ -101,11 +101,24 @@ Loading and processing `r efile`.
system.time(
mtusEpsDT <- as.data.table(read.spss(efile))
)
```
We have loaded `r format(nrow(mtusEpsDT), big.mark=",",scientific=FALSE)` rows of data for `r format(uniqueN(mtusEpsDT$countrya), big.mark=",",scientific=FALSE)` countries.
```{r basicStats}
kable(caption = "Number of diaries per year",
table(droplevels(mtusEpsDT$countrya), # removes unused countries