View source: R/publication_services.R
publication_services | R Documentation |
Retrieve claims of a patent. It works only with the epodoc format
publication_services( id, type, format, access_token, what = "fulltext", raw = FALSE )
id |
string or string vector, epodoc or docdb format |
type |
the type of publication to be searched. 'publication' or 'application'. |
format |
the format of the document id to be searched. 'epodoc' or 'docdb'. |
access_token |
token for authentications |
what |
string, the type of information to be retrieved. 'claims', 'abstract', 'description', 'title', 'fulltext', 'full-cycle' |
raw |
bool, if TRUE returns the raw response |
A list or a raw string
## Not run: publication_services(id = "EP1000000.A1", type = "publication", format = "epodoc", access_token = "your_access_token", raw = FALSE, what = "claims") ## Not run: publication_services(id = c("EP1000000.A1", "US2022179620.A1"), type = "publication", format = "epodoc", access_token = "your_access_token", raw = FALSE, what = "claims")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.