Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
EconMaett committed Mar 9, 2024
1 parent 65e88c7 commit fea9df0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
7 changes: 4 additions & 3 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ country_list <- c(

```{r download, echo=FALSE}
## GDP ----
gdp <- rdb(provider_code = "OECD", dataset_code = "MEI", ids = ".NAEXKP01.GPSA+GYSA.Q")
gdp <- rdb("OECD", "MEI", ids = ".NAEXKP01.GPSA+GYSA.Q")
gdp_level_hk_ph_th_sa_sg <- rdb("IMF", "IFS", mask = "Q.HK+PH+TH+SA+SG.NGDP_R_SA_XDC") |>
rename(Country = `Reference Area`) |>
Expand Down Expand Up @@ -176,11 +176,12 @@ forecast_gdp_cpi_ea <- rdb("IMF", "WEOAGG:latest", mask = "163.NGDP_RPCH+PCPIPCH
forecast_gdp_cpi <- rdb("IMF", "WEO:latest", mask = ".NGDP_RPCH+PCPIPCH") |>
bind_rows(forecast_gdp_cpi_ea) |>
transmute(
mutate(
Country = `WEO Country`,
var = `WEO Subject`,
value,
period
period,
.keep = "none"
) |>
mutate(
Country = str_trim(Country),
Expand Down
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -697,8 +697,8 @@
+2.2
</td>
<td style="text-align:center;">
<a href="https://db.nomics.world/NBS/M_A0E01/A0E0101" style=" color: rgba(51, 51, 51, 255) !important;text-decoration:none">+5.1
Dec<sup>‡</sup></a>
<a href="https://db.nomics.world/NBS/M_A0E01/A0E0101" style=" color: rgba(51, 51, 51, 255) !important;text-decoration:none">+5.2
Jan</a>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -1596,8 +1596,8 @@
May<sup>‡</sup></a>
</td>
<td style="text-align:center;">
<a href="https://db.nomics.world/IMF/IFS/M.SG.PCPI_PC_CP_A_PT" style=" color: rgba(51, 51, 51, 255) !important;text-decoration:none">+3.7
Dec<sup>‡</sup></a>
<a href="https://db.nomics.world/IMF/IFS/M.SG.PCPI_PC_CP_A_PT" style=" color: rgba(51, 51, 51, 255) !important;text-decoration:none">+2.9
Jan</a>
</td>
<td style="text-align:center;">
+2.5
Expand Down Expand Up @@ -1676,10 +1676,11 @@
Thailand
</td>
<td style="text-align:center;background-color: rgba(213, 228, 235, 255) !important;border-bottom: 1.2px solid">
NA
<a href="https://db.nomics.world/IMF/IFS/Q.TH.NGDP_R_SA_XDC" style=" color: rgba(51, 51, 51, 255) !important;text-decoration:none">+1.7
Q4<sup>‡</sup></a>
</td>
<td style="text-align:center;background-color: rgba(213, 228, 235, 255) !important;border-bottom: 1.2px solid">
+0.8
-0.6
</td>
<td style="text-align:center;background-color: rgba(213, 228, 235, 255) !important;border-bottom: 1.2px solid">
+3.1
Expand Down

0 comments on commit fea9df0

Please sign in to comment.