Skip to content

chinhungtseng/wtotariffcrawler

Repository files navigation

wtotariffcrawler

The goal of wtotariffcrawler is to …

Installation

remotes::install_github("chinhungtseng/wtotariffcrawler")

Example

This is a basic example which shows you how to solve a common problem:

library(wtotariffcrawler)

countries <- country_pool()
for (i in seq_len(nrow(countries))) {
  import <- countries$import[i]
  export <- countries$export[i]
  tariff_downloader(import, export)
  Sys.sleep(3600)
}

About

wto tariff crawler

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Packages

No packages published

Languages