Skip to content

Commit

Permalink
add and update datasets that are provided
Browse files Browse the repository at this point in the history
  • Loading branch information
datapumpernickel committed Feb 28, 2024
1 parent d9256ba commit ea95169
Show file tree
Hide file tree
Showing 27 changed files with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions data-raw/DATASET.R
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,28 @@ save(list_of_datasets, file = 'inst/extdata/list_of_datasets.rda')
## or more dependencies)
for(i in seq_along(list_of_datasets$category)){
## define the valid commodity codes that we need
valid_cmd_datasets <- c('cmd_hs', 'cmd_s1', 'cmd_s2', 'cmd_s3', 'cmd_s4',
'cmd_ss', 'cmd_b4', 'cmd_b5', 'cmd_eb02', 'cmd_eb10',
'cmd_eb10s', 'cmd_eb')
valid_cmd_datasets <-
c(
'cmd_hs',
'cmd_h0',
'cmd_h1',
'cmd_h2',
'cmd_h3',
'cmd_h4',
'cmd_h5',
'cmd_h6',
'cmd_s1',
'cmd_s2',
'cmd_s3',
'cmd_s4',
'cmd_ss',
'cmd_b4',
'cmd_b5',
'cmd_eb02',
'cmd_eb10',
'cmd_eb10s',
'cmd_eb'
)

valid_country_datasets <- c('reporter','partner')
valid_other_datasets <- c('mot','customs','flow')
Expand Down
Binary file modified data/country_codes.rda
Binary file not shown.
Binary file modified inst/extdata/cmd_b4.rds
Binary file not shown.
Binary file modified inst/extdata/cmd_b5.rds
Binary file not shown.
Binary file modified inst/extdata/cmd_eb.rds
Binary file not shown.
Binary file modified inst/extdata/cmd_eb02.rds
Binary file not shown.
Binary file modified inst/extdata/cmd_eb10.rds
Binary file not shown.
Binary file modified inst/extdata/cmd_eb10s.rds
Binary file not shown.
Binary file added inst/extdata/cmd_h0.rds
Binary file not shown.
Binary file added inst/extdata/cmd_h1.rds
Binary file not shown.
Binary file added inst/extdata/cmd_h2.rds
Binary file not shown.
Binary file added inst/extdata/cmd_h3.rds
Binary file not shown.
Binary file added inst/extdata/cmd_h4.rds
Binary file not shown.
Binary file added inst/extdata/cmd_h5.rds
Binary file not shown.
Binary file added inst/extdata/cmd_h6.rds
Binary file not shown.
Binary file modified inst/extdata/cmd_hs.rds
Binary file not shown.
Binary file modified inst/extdata/cmd_s1.rds
Binary file not shown.
Binary file modified inst/extdata/cmd_s2.rds
Binary file not shown.
Binary file modified inst/extdata/cmd_s3.rds
Binary file not shown.
Binary file modified inst/extdata/cmd_s4.rds
Binary file not shown.
Binary file modified inst/extdata/cmd_ss.rds
Binary file not shown.
Binary file modified inst/extdata/customs.rds
Binary file not shown.
Binary file modified inst/extdata/flow.rds
Binary file not shown.
Binary file modified inst/extdata/list_of_datasets.rda
Binary file not shown.
Binary file modified inst/extdata/mot.rds
Binary file not shown.
Binary file modified inst/extdata/partner.rds
Binary file not shown.
Binary file modified inst/extdata/reporter.rds
Binary file not shown.

0 comments on commit ea95169

Please sign in to comment.