Skip to content
Snippets Groups Projects
Commit f4447585 authored by Ingram Jaccard's avatar Ingram Jaccard
Browse files

edit si

parent 75176e99
No related branches found
No related tags found
No related merge requests found
......@@ -321,9 +321,11 @@ knitr::kable(footprint, caption = "Table S3: Calculation of EE-MRIO household fo
Table S4 shows our mapping between the EUROSTAT HBS consumption categories and the EXIOBASE production sectors, along with our grouping of the EXIOBASE production sectors into the five aggregated consumption categories we present in the main paper.
```{r tableS4, echo = FALSE}
```{r tableS4, echo = FALSE, message = FALSE}
labels = read.csv("/home/jaccard/ownCloud/Shared/europe.inequality/analysis/preprocessing/Exiobase_T_labels_ixi_w_coicop_mapping_no_rent.csv") %>%
library(here)
labels = read.csv(here("/analysis/preprocessing/Exiobase_T_labels_ixi_w_coicop_mapping_no_rent.csv")) %>%
select(V2,coicop,five_sectors) %>%
unique()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment