get_availability: Obtain availability in the UNCTAD TRAINS dataset.

View source: R/get_availability.R

get_availabilityR Documentation

Obtain availability in the UNCTAD TRAINS dataset.

Description

This function obtains the data availability of entire TRAINS dataset.

No parameters are required.

Usage

get_availability()

Value

get_availability() returns a data frame with nine character columns:

  • iso3_code: reporters three-letter countries codes;

  • country_code: reporters three-digit countries codes;

  • country_name: reporters names;

  • year;

  • nomen_code: reported nomenclature;

  • n_preferential_agreement: number of preferential agreement available;

  • partner_list: set of partners three-digit countries codes;

  • specific_duty: the value is 1 if the estimated tariff rate is available for specific duty expression and 0 otherwise;

  • last_update: last updated date.


diegoacastro/witstrainsr documentation built on June 2, 2022, 12:56 a.m.