nteText
Abstract
nteText is an R package which forms part of the replication data from "Park, J. (2024). Firm-Driven Unilateralism. Working Paper". It provides National Trade Estimate (NTE) reports published annually by the Office of the United States Trade Representative (USTR) from 1995 to 2022 in a format of dataframe. This data features over 60 countries determined as prominent trade partners by the United States and reorganized categories of trade concerns appearing most frequently in the reports into 15 sections. This package is currently under development and will be updated to include more variables and reduce the size.
Source Code
The source code and documentation are available for download from GitHub repository.
Installation
You can install the package nteText from GitHub repository with:
> # install.packages("devtools")
> devtools::install_github("jacqpark/nteText")