An R package to download and analyze U.S. patent data.
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)