• R/O
  • SSH

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision71e7b6367e6de675ca9031ab5603ea8bdc7d1128 (tree)
Zeit2020-07-09 01:05:41
AutorLorenzo Isella <lorenzo.isella@gmai...>
CommiterLorenzo Isella

Log Message

Minor modifications to the tables.

Ändern Zusammenfassung

Diff

diff -r 5feb4dc5a274 -r 71e7b6367e6d R-codes/generate_kables.R
--- a/R-codes/generate_kables.R Wed Jul 08 13:28:13 2020 +0200
+++ b/R-codes/generate_kables.R Wed Jul 08 18:05:41 2020 +0200
@@ -1947,7 +1947,7 @@
19471947
19481948
19491949
1950-nn <- linebreak(c("Sources", "Inward Flows","Sources", "Outward Flows"),
1950+nn <- linebreak(c("Sources", "Inward Flows","Destinations", "Outward Flows"),
19511951 align="c")
19521952 pos <- which(t1_plot$country_1=="Extra EU27")
19531953
@@ -4433,7 +4433,7 @@
44334433 full_width = F## , font_size = 7
44344434 ) %>%
44354435 add_header_above(c( "" , "Exports"=3, "Imports"=3,
4436- "Trade"=3, "Trade balance"=2
4436+ "Total trade"=3, "Trade balance"=2
44374437 )) %>%
44384438 pack_rows("EU28 (before Brexit) trade in goods with", 1, 8) %>%
44394439 pack_rows("EU27 (after Brexit) trade in goods with", 9, 16) %>%