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

edit full code

parent 8d3bab5c
No related branches found
No related tags found
No related merge requests found
......@@ -18,28 +18,31 @@ This file contains all code to estimate the European income-stratified footprint
We first load required R packages.
```{r setup, warning=F, message=F}
# Libraries:
library(tidyverse)
library(ggpubr)
library(knitr)
library(kableExtra)
library(readxl)
library(latex2exp)
library(stargazer)
library(plm)
library(lmtest)
library(tseries)
library(RColorBrewer)
library(rworldmap)
require(tidyverse)
require(readr)
require(janitor)
```{r setup, echo = FALSE, include = FALSE, message = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
warning = FALSE,
message = FALSE,
echo = FALSE,
comment = "#>"
)
if (!require("pacman")) install.packages("pacman")
pacman::p_load(tidyverse,
janitor,
here,
wbstats,
ISOcodes,
viridis,
hrbrthemes,
wesanderson,
glue,
ggridges,
patchwork)
```
# Exiobase
```{r exiobase, eval = FALSE}
......
This diff is collapsed.
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