get_family: Get family members

View source: R/get_family.R

get_familyR Documentation

Get family members

Description

Get family members of the patent

Usage

get_family(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_family(id, type = "pub", format = "epodoc ", access_token)

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