An R package to download and analyze U.S. patent data.

Installation

Download R from r-project.org, then install the package from an R console:

# install.packages('remotes')
remotes::install_github('uva-bi-sdad/uspto')

And load the package:

library(uspto)