View source: R/search_patents.R
search_patents | R Documentation |
Search for patents contained in the EPO dataset
search_patents( title = NA, abstract = NA, titab = NA, applicant = NA, inventor = NA, citation = NA, pub_num = NA, cpc = NA, ipc = NA, from = NA, to = NA, with_biblio = FALSE, access_token, fromRange = 1, toRange = 100 )
access_token |
access token received after authentication |
query |
url built using the function get_query |
Dataframe containing patents
## Not run: search_patents(query, access_token)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.