knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of wtotariffcrawler is to ...
remotes::install_github("chinhungtseng/wtotariffcrawler")
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) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.