Skip to content

Commit

Permalink
updated readme link and link to new vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
datapumpernickel committed May 13, 2024
1 parent 78fe213 commit 2d79b2c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
7 changes: 4 additions & 3 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,10 @@ example2 <- ct_get_data(
str(example2)
```

### Bulk Example
### Bulk Download Example 📦
To download bulk files, use the function `ct_get_bulk`. Usage is documented in
the package vignettes, see here for an example:
the package vignettes,
see [here](https://docs.ropensci.org/comtradr/articles/bulk_files.html) for an example.

Attention, this downloads large files (often more than one Gigabyte in size) and
requires a premium key.
Expand All @@ -168,7 +169,7 @@ hs0_all <- comtradr::ct_get_bulk(

## Data availability

See [here for an overview](https://unstats.un.org/wiki/display/comtrade/New+Comtrade+FAQ+for+Advanced+Users?preview=/135004494/135004492/Picture1.png) of available commodity classifications.
See [here for an overview](https://uncomtrade.org/docs/why-are-some-converted-datasets-not-accessible-in-the-ui/) of available commodity classifications.

## Comtradr has relaunched recently 🚧

Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,12 @@ example2 <- ct_get_data(
str(example2)
```

### Bulk Example
### Bulk Download Example 📦

To download bulk files, use the function `ct_get_bulk`. Usage is
documented in the package vignettes, see here for an example:
documented in the package vignettes, see
[here](https://docs.ropensci.org/comtradr/articles/bulk_files.html) for
an example.

Attention, this downloads large files (often more than one Gigabyte in
size) and requires a premium key.
Expand All @@ -160,7 +162,7 @@ hs0_all <- comtradr::ct_get_bulk(
## Data availability

See [here for an
overview](https://unstats.un.org/wiki/display/comtrade/New+Comtrade+FAQ+for+Advanced+Users?preview=/135004494/135004492/Picture1.png)
overview](https://uncomtrade.org/docs/why-are-some-converted-datasets-not-accessible-in-the-ui/)
of available commodity classifications.

## Comtradr has relaunched recently 🚧
Expand Down

0 comments on commit 2d79b2c

Please sign in to comment.