publication_services: Queries the Publication Services Open Patent Services API

View source: R/publication_services.R

publication_servicesR Documentation

Queries the Publication Services Open Patent Services API

Description

Retrieve claims of a patent. It works only with the epodoc format

Usage

publication_services(
  id,
  type,
  format,
  access_token,
  what = "fulltext",
  raw = FALSE
)

Arguments

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

Value

A list or a raw string

Examples

## 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")

AlessioNar/Rops documentation built on Sept. 27, 2022, 1:16 a.m.