Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
macro
macro.nomics.world
Commits
26b41db9
Commit
26b41db9
authored
Feb 13, 2020
by
Thomas Brand
Browse files
Update submodules.
parent
1c1b1915
Pipeline
#121524
canceled with stage
in 75 minutes and 41 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
cmr14-EA-data
@
1397889f
Compare
1ad405aa
...
1397889f
Subproject commit 1
ad405aadf3f50c2ffad4e1747a34e0b2400425b
Subproject commit 1
397889fb372a2fd812ae9b5929093cd4da2aaa4
cmr14-data
@
eb598dd0
Compare
361095ad
...
eb598dd0
Subproject commit
361095ade637022d4e458b6efb88afe180880336
Subproject commit
eb598dd07556dba288ad6636e711b51d1132f518
fipu-EA-data
@
74270e24
Compare
6fb96a10
...
74270e24
Subproject commit
6fb96a10e6cf8dd307722f389991c79a42a11049
Subproject commit
74270e2462550b10cc4a7212428f056760bf0002
open-EA-data
@
c0ec950b
Compare
3e9cfe06
...
c0ec950b
Subproject commit
3e9cfe06df76ae74b2ee47fc6b31dc2ef184cca
a
Subproject commit
c0ec950b1985db14e7094595721d4d3635b78b0
a
content/rdbnomics-tutorial/rdbnomics-tutorial.Rmd
View file @
26b41db9
...
...
@@ -33,9 +33,10 @@ library <- function(...) {
}
```
```{r}
```{r
, message=FALSE, warning=FALSE, echo=FALSE, results='hide'
}
if (!"pacman" %in% installed.packages()[,"Package"]) install.packages("pacman", repos='http://cran.r-project.org')
pacman::p_load(tidyverse,rdbnomics,magrittr,lubridate,knitr,zoo)
opts_chunk$set(fig.align="center", message=FALSE, warning=FALSE, cache=FALSE)
```
```{r, echo = FALSE}
...
...
@@ -146,13 +147,13 @@ The other columns depend on the provider and on the dataset. They always come in
- `geo` (code) and `Country` (name)
- `freq` (code) and `Frequency` (name)
```{r, echo = FALSE
, fig.align='center'
}
```{r, echo = FALSE}
df %>%
reorder_cols() %>%
display_table()
```
```{r
, fig.align = 'center'
}
```{r}
ggplot(df, aes(x = period, y = value, color = series_name)) +
geom_line(size = 1.2) +
geom_point(size = 2) +
...
...
@@ -178,7 +179,7 @@ df %>%
display_table()
```
```{r
, fig.align = 'center'
}
```{r}
ggplot(df, aes(x = period, y = value, color = series_name)) +
geom_line(size = 1.2) +
geom_point(size = 2) +
...
...
@@ -199,7 +200,7 @@ df %>%
display_table()
```
```{r
, fig.align = 'center'
}
```{r}
ggplot(df, aes(x = period, y = value, color = series_name)) +
geom_line(size = 1.2) +
geom_point(size = 2) +
...
...
@@ -223,7 +224,7 @@ df %>%
display_table()
```
```{r
, fig.align = 'center'
}
```{r}
ggplot(df, aes(x = period, y = value, color = series_name)) +
geom_line(size = 1.2) +
geom_point(size = 2) +
...
...
@@ -250,7 +251,7 @@ df %>%
display_table()
```
```{r
, fig.align = 'center'
}
```{r}
ggplot(df, aes(x = period, y = value, color = series_name)) +
geom_line(size = 1.2) +
geom_point(size = 2) +
...
...
@@ -306,7 +307,7 @@ df %>%
display_table()
```
```{r
, fig.align = 'center'
}
```{r}
ggplot(df, aes(x = period, y = value, color = series_name)) +
geom_line(size = 1.2) +
geom_point(size = 2) +
...
...
@@ -330,7 +331,7 @@ df %>%
display_table()
```
```{r
, fig.align = 'center'
}
```{r}
ggplot(df, aes(x = period, y = value, color = series_name)) +
geom_line(size = 1.2) +
geom_point(size = 2) +
...
...
@@ -354,7 +355,7 @@ df %>%
display_table()
```
```{r
, fig.align = 'center'
}
```{r}
ggplot(df, aes(x = period, y = value, color = series_name)) +
geom_line(size = 1.2) +
geom_point(size = 2) +
...
...
@@ -387,7 +388,7 @@ df %>%
display_table()
```
```{r
, fig.align = 'center'
}
```{r}
ggplot(df, aes(x = period, y = value, color = series_name)) +
geom_step(size = 1.2) +
geom_point(size = 2) +
...
...
@@ -430,7 +431,7 @@ df %>%
display_table()
```
```{r
, fig.align = 'center'
}
```{r}
ggplot(df, aes(x = period, y = value, color = series_name)) +
geom_line(size = 1.2) +
geom_point(size = 2) +
...
...
sw03-data
@
28cf9c1b
Compare
80e076ea
...
28cf9c1b
Subproject commit
80e076ea13470551776346aaa70db7b1f43873df
Subproject commit
28cf9c1ba876375b62704004641153d7c49f2411
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment