knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

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)
}


chinhungtseng/wtotariffcrawler documentation built on Jan. 15, 2020, 8:24 p.m.