Code
load_data("oecd/MTC.RData")
load_data("oecd/MTC_var.RData")Data - OECDs
load_data("oecd/MTC.RData")
load_data("oecd/MTC_var.RData")MTC_var$VAR_DESC %>%
{if (is_html_output()) print_table(.) else .}| id | description |
|---|---|
| IMP | Importer country |
| EXP | Exporter country |
| TOG | Type of goods |
| TOB | Transport mode |
| MEAS | Transport cost measures |
| COMH0 | Commodity |
| TIME | Year |
| OBS_VALUE | Observation Value |
| TIME_FORMAT | Time Format |
| OBS_STATUS | Observation Status |
MTC_var$IMP %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}MTC_var$EXP %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}MTC_var$TOG %>%
{if (is_html_output()) print_table(.) else .}| id | label |
|---|---|
| 1 | Agriculture |
| 2 | Raw material |
| 3 | Crude oil |
| 4 | Manufacturing |
MTC_var$TOB %>%
{if (is_html_output()) print_table(.) else .}| id | label |
|---|---|
| 1 | Clean bulk |
| 2 | Dirty bulk |
| 3 | Tankers |
| 0 | Containers |
MTC_var$MEAS %>%
{if (is_html_output()) print_table(.) else .}| id | label |
|---|---|
| TR_COST | Transport cost |
| TR_UNIT | Unit transport cost |
| TR_ADVA | Ad valorem transport |
MTC_var$COMH0 %>%
{if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}