R3myG / ditiHelper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ditiHelper

lifecycle

This package is a wrapper around patentsView package to help students obtain the data in a tidy format.

Installation

You can install the latest version of ditiHelper package from Github with:

# install.packages("remotes")
remotes::install_github("R3myG/ditiHelper")

Examples

Get data

query <- patentsview::with_qfuns(
      or(
        text_all(patent_title = "artificial intelligence"),
        text_all(patent_abstract = "artificial intelligence")
      )
  )

all_dat_patents <- get_patents_data(query)

Get inventors informations

 
get_inventors_df(all_dat_patents)

About

License:Other


Languages

Language:R 100.0%