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")
$VAR_DESC %>%
MTC_varif (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 %>%
MTC_varif (is_html_output()) datatable(., filter = 'top', rownames = F) else .} {
$EXP %>%
MTC_varif (is_html_output()) datatable(., filter = 'top', rownames = F) else .} {
$TOG %>%
MTC_varif (is_html_output()) print_table(.) else .} {
id | label |
---|---|
1 | Agriculture |
2 | Raw material |
3 | Crude oil |
4 | Manufacturing |
$TOB %>%
MTC_varif (is_html_output()) print_table(.) else .} {
id | label |
---|---|
1 | Clean bulk |
2 | Dirty bulk |
3 | Tankers |
0 | Containers |
$MEAS %>%
MTC_varif (is_html_output()) print_table(.) else .} {
id | label |
---|---|
TR_COST | Transport cost |
TR_UNIT | Unit transport cost |
TR_ADVA | Ad valorem transport |
$COMH0 %>%
MTC_varif (is_html_output()) datatable(., filter = 'top', rownames = F) else .} {