get_equivalents: Get equivalents

View source: R/get_equivalents.R

get_equivalentsR Documentation

Get equivalents

Description

Get patent equivalents

Usage

get_equivalents(id, type, format, access_token)

Arguments

id

identification code of the patent.

type

type of document to be retrieved. It can either be a publication or an application (pub or app)

format

format type of the patent id, it must be either epodoc or docdb

access_token

access token generated using the create_access_token function

Value

Family members of the selected patent

Examples

## Not run: get_equivalents(id, type = "pub", format = "epodoc ", access_token)

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