getNitemtradeList: getNitemtradeList

Description Usage Arguments Details Examples

View source: R/costoms.R

Description

getNitemtradeList returns Import/Export Performance by Item and Country.

Usage

1
2
3
4
5
6
7
getNitemtradeList(
  ServiceKey,
  startpoint = "202001",
  endpoint = "202012",
  hscode = "3304",
  country = "US"
)

Arguments

ServiceKey

your service key.

startpoint

year,month. character

endpoint

year,month. character

hscode

4-digit hscode. character

country

country code.

Details

This function return Import/Export Performance by Item and Country.

Examples

1
getNitemtradeList('yourservicekey', '202001', '202012', '3304', 'US')

nackta/gdataopenAPI documentation built on Dec. 21, 2021, 11:08 p.m.