Maritime Transport Costs - MTC

Data - OECDs

Code
load_data("oecd/MTC.RData")
load_data("oecd/MTC_var.RData")

Data Structure

Code
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

IMP

Code
MTC_var$IMP %>%
  {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}

EXP

Code
MTC_var$EXP %>%
  {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}

TOG

Code
MTC_var$TOG %>%
  {if (is_html_output()) print_table(.) else .}
id label
1 Agriculture
2 Raw material
3 Crude oil
4 Manufacturing

TOB

Code
MTC_var$TOB %>%
  {if (is_html_output()) print_table(.) else .}
id label
1 Clean bulk
2 Dirty bulk
3 Tankers
0 Containers

MEAS

Code
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

COMH0

Code
MTC_var$COMH0 %>%
  {if (is_html_output()) datatable(., filter = 'top', rownames = F) else .}